Hikashop colours and buttons

GK User
Tue Dec 09, 2014 11:47 pm
Can someone help me with hikashtop and storefront?
How can I change the basic color (black) of the 'Kies opties' (choose options) ? (see screenshot)
live site: http://voetbalgek.info/
I could find in style1.css the option to change hover color, but not for the black button.

Similar problem is to change the color of prices?

Has Hika somewhere some own css files or how could I find them?
User avatar
Expert Boarder

GK User
Wed Dec 10, 2014 12:07 am
Hoi,
In general style1.css , line ~~106 , there is green hover color.

But you can also use override.css and:
Code: Select all
.button.hikashop_cart_input_button:hover  {background: red; }
User avatar
Platinum Boarder

GK User
Wed Dec 10, 2014 12:09 am
I have also small suggestion for you about background image , as you asked in PM.
Try this:
Code: Select all
body {background-attachment:fixed;}
User avatar
Platinum Boarder

GK User
Wed Dec 10, 2014 12:53 am
may be you misunderstood:

now the hover is red instead of green - but I want to keep the hover green.
I want to change the basic color black. I want to change black into blue or any other than black;-)
User avatar
Expert Boarder

GK User
Wed Dec 10, 2014 8:05 am
so if with ":hover" is for mouse hover only , without will be for normal status, I guess B)
Code: Select all
.button.hikashop_cart_input_button   {background: blue; }


Have a nice day
User avatar
Platinum Boarder

GK User
Wed Dec 10, 2014 4:35 pm
Yippee-it works, thanks
User avatar
Expert Boarder

GK User
Sat Dec 20, 2014 5:35 pm
Please check PM, I've send you few suggestions what you should change on current site.
User avatar
Platinum Boarder


cron