Change Button Colors

  • Posts: 261
  • Thank you received: 4
  • Hikashop Business
11 years 7 months ago #66681

Hi,

How do I change the color of the Cart buttons?

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
11 years 7 months ago #66889

Hi,

You can do that in CSS.
That will depend on the way you configured HikaShop and your template.


Could you give a link to a page with a cart button so that we can give a more precise answer?

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

  • Posts: 261
  • Thank you received: 4
  • Hikashop Business
11 years 7 months ago #66952

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
11 years 7 months ago #67106

The color of the buttons on your website is defined by:
.button, .validate {
padding: 1px 8px;
border: 1px solid #999;
background: #B9B8B8;
color: white;
font-weight: bold;
font-size: 90%;
}

in:
rhinobmx.com/templates/realestatexl-tg/css/styles.css

if you want to change the colors of all the buttons you can change that code.

For add to cart buttons only, you can add such CSS:
.hikashop_product_stock .hikashop_cart_input_button{
background: #FFF !important;
}

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

Time to create page: 0.060 seconds
Powered by Kunena Forum