Changing the Final Total font color

  • Posts: 50
  • Thank you received: 1
12 years 11 months ago #33975

Hi,

I was able to configure the css as explained here:
You need to edit the CSS of HikaShop via the interface in the configuration under the tab display in the CSS area and modify the code:
span.hikashop_product_price {

color: #900;
white-space: nowrap;

}

But the Final total font color is still red, is there a way to change this?

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

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
12 years 11 months ago #34023

Hi,

For the final total color, you should change that CSS:

span.hikashop_checkout_cart_final_total{
font-weight:bold;
color:#990000;
}

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

Time to create page: 0.055 seconds
Powered by Kunena Forum