Page 1 of 1

Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 2:16 am
by jwreid
If I am using a theme for 1.5.6.4 are the colors for the opencart buttons in the stylesheet that came with the theme? I am using the OpenShop theme but I cannot seem to locate where to change the buttons colors. To make it clear I want to to change the 2 colors that makeup the normal button color and the mouseover button color. Any help is greatly appreciated.
Thanks

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 3:27 am
by DigitCart
Hi,
If your site is online, please share a link to your page that contains those buttons.

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 6:01 am
by jwreid
I made an account so you can view the links.

The pages that have buttons are as follows.
https://www.ziivanwatches.com/my shopping cart
https://www.ziivanwatches.com/checkout
https://www.ziivanwatches.com/my-account (my account links have buttons within - back button and continue)
https://www.ziivanwatches.com/ (main page has blog module search button and update photo button for my account module)
Thanks.

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 10:29 am
by IP_CAM
The Button CSS Code is probably this one:

Code: Select all

a.button, input.button{cursor:pointer;color:#FFFFFF;line-height:12px;font-size:12px;font-weight:bold;background:#4077bf;-webkit-border-radius:7px 7px 7px 7px;-moz-border-radius:7px 7px 7px 7px;-khtml-border-radius:7px 7px 7px 7px;border-radius:7px 7px 7px 7px;-webkit-box-shadow:0px 2px 2px #DDDDDD;-moz-box-shadow:0px 2px 2px #DDDDDD;box-shadow:0px 2px 2px #DDDDDD;}
a.button{display:inline-block;text-decoration:none;padding:6px 12px 6px 12px;}
a.button:hover, input.button:hover{background:#203B5F;}


Image

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 10:38 am
by jwreid
The green buttons I have changed already. I am trying to change all the rest of the grey buttons to green.

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 11:04 am
by jwreid
Thats what I thought too but the colors within your highlighted code are 2 shades of blue (the original opencart colors I believe) I have tried changing the color values to no avail. Its as if something is overiding the stylesheet somehow.

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 12:16 pm
by IP_CAM
Well, just find out, if that ARTSEARCH Name exists somewhere else
in a VqMod or so...
Ernie

Re: Opencart 1.5.6.4 css location for button colors

Posted: Sun May 13, 2018 12:22 pm
by jwreid
Couldn't find anything. Think I am going to stick with the monochrome buttons. Thank for your help.