How do I make text and quantity > delete buttons match theme?

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeHow do I make text and quantity > delete buttons match theme?

This topic has been marked as not resolved.

OC 2.1.0.1
PV 1.2.9
Ajax QC

Product text color does not match theme… and….
The cart quantity and product remove buttons colors do not match theme, how do I make them match?

1. text color in cart checkout
2. quantity buttons
3. delete/remove button

http://screencast.com/t/YDt7Iw6LF

Thanks much.

  • This reply was modified 2966 days ago by  bigmoon. Reason: fixing version numbers
  • This reply was modified 2966 days ago by  bigmoon. Reason: accuracy
March 22, 2016 at 11:47 am #45732

Hi,

You can use this custom CSS to remove Bootstrap’s default button gradient and border:

.btn {
    background-image: none !important;
    border: none !important;
}

BR,
ThemeBurn team

March 31, 2016 at 11:47 am #46008
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.