Add to Cart Button color

  • Posts: 26
  • Thank you received: 1
  • Hikashop Business
7 years 9 months ago #274790

-- HikaShop version -- : 3.1.1

Hi all,

Could not find this in CSS Documentation or on the forum.

the standard add to cart bar is green on my site, but the webite is brown with orange.
how to change the add to cart or choose options button to orange?

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 2
7 years 9 months ago #274805

Hey szwart, try this:

Hikashop > Configuration > Display (tab) > CSS
'Front-end CSS File' set to "custom" and click the pencil icon to edit.

About line 173 you'll see:


a.hikacart {
color: #fff;
background-color: #009ed2;
border-color: #009cd0;
}
a.hikacart:focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
a.hikacart:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}

Just edit those colour values and Save.

The following user(s) said Thank You: nicolas, Philip

Please Log in or Create an account to join the conversation.

  • Posts: 26
  • Thank you received: 1
  • Hikashop Business
7 years 9 months ago #274817

Thanks, got it figured out this way!

Solved!

Please Log in or Create an account to join the conversation.

  • Posts: 26233
  • Thank you received: 4036
  • MODERATOR
7 years 9 months ago #274792

Hello,

1 - Set specific classnames in the configuration :
www.hikashop.com/support/documentation/5...fig.html#display_css
2 - Customize your CSS :
www.hikashop.com/support/documentation/1...ize-the-display.html

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.075 seconds
Powered by Kunena Forum