Hi everyone - wondering if anyone can help me - I like the default theme so don't want to replace it with another. I have made alterations to the stylesheet to get it looking how I want it.
1 small thing I'd like to do - change the hover colour on product titles in the feature boxes (see http://www.kaloda.co.uk) - it's currently a dark blue. Also would like to change the same colour on the Add to Cart button when clicking on the product to another colour.
Inspected & looked at the bootstrap files but I am by no means even a beginner with this stuff, so would really appreciate a pointer to the right file(s).
Thanks in advance!
Bad start, this is the OC 1.5 Place, but you use an OC-2
Ernie

Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Ello mate.
Now, lets do $this...
Follow this simple steps to find where to edit in your css:
1) Inspect the element that you want ->
2) With the correct element selected, force it to hover -> 3) Check on the styles below where you must make the changes, in your case, search for a:focus,a:hover{color:#23527c;text-decoration:underline} on your bootstrap.min.css (line 5), and change the hex for the color that you want -> PS:Seems it will change the color of all a:hover into your store, if you want change only this hover the editing should be into home.tpl too, adding a class to your link and them styling the class on your css in da way that you like

yeh...Bad start, this is the OC 1.5 Place, but you use an OC-2![]()
Ernie
Now, lets do $this...
Follow this simple steps to find where to edit in your css:
1) Inspect the element that you want ->
2) With the correct element selected, force it to hover -> 3) Check on the styles below where you must make the changes, in your case, search for a:focus,a:hover{color:#23527c;text-decoration:underline} on your bootstrap.min.css (line 5), and change the hex for the color that you want -> PS:Seems it will change the color of all a:hover into your store, if you want change only this hover the editing should be into home.tpl too, adding a class to your link and them styling the class on your css in da way that you like

Newbie
Who is online
Users browsing this forum: No registered users and 28 guests