Page 1 of 1

Opencart 2.0.1.1 "Add to Cart" Button Colour

Posted: Fri Dec 18, 2015 4:55 am
by limelectronics
Hi guys!

I'm running qthemepro (a free theme) on my website: http://www.limelectronics.co.nz

I was wanting to change the colour of the buttons from green with white text to red with white text, but don't seem to be able to do so from the stylesheet?

I have changed the background colour, but it only briefly flashes with red, and turns back into green.


Any help or tips would be appreciated! :)

Re: Opencart 2.0.1.1 "Add to Cart" Button Colour

Posted: Fri Dec 18, 2015 8:51 am
by tdaubs
Since you're using a custom theme, you will either need to take the site out of maintenance mode so we can see specifically what needs to change... or you need to provide an admin login to the site so the front-end becomes view-able.

Re: Opencart 2.0.1.1 "Add to Cart" Button Colour

Posted: Fri Dec 18, 2015 1:20 pm
by VictorDrummond
limelectronics wrote:.......I was wanting to change the colour of the buttons from green with white text to red with white text, but don't seem to be able to do so from the stylesheet?

I have changed the background colour, but it only briefly flashes with red, and turns back into green.
In your case the red is being overlayed with a green image on line 146 of the following file:
catalog/view/theme/qthemepro/stylesheet/stylesheet.css

On line 146-ish you need to comment out or remove: background-image: url(../image/nav-bg.png);