Changing font color on price

  • Posts: 46
  • Thank you received: 0
13 years 9 months ago #7954

Where can I change the red font color to white?

Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #7955

You can go in the config under the tab display and edit the hikashop CSS file.
There you will find the code:
span.hikashop_product_price{
color:#990000;
white-space:nowrap;
}
You can change the color code to #FFFFFF to have it white.

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

  • Posts: 46
  • Thank you received: 0
13 years 9 months ago #7964

That also changes the listings price, how can I make it so it shows black on the listings but white in the cart?

Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #7965

You will need to use 2 CSS definitions:

.hikashop_category_information span.hikashop_product_price{
color:#990000;
}

.hikashop_cart span.hikashop_product_price{
color:#FFFFFF;
}

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

Time to create page: 0.060 seconds
Powered by Kunena Forum