Changing Product Price Colour and Checking Cart

  • Posts: 50
  • Thank you received: 1
13 years 4 weeks ago #33130

Hi,

Two basic questions:

1. How do you set a link so that visitors can check their cart?
2. How do I change the product price colour from red to another colour.

Thanks,

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

  • Posts: 83103
  • Thank you received: 13414
  • MODERATOR
13 years 4 weeks ago #33158

Hi,

1. Go in the joomla menu manager, create a new menu of the type hikashop checkout. The users will go to your checkout where they will see their cart.

2. You need to edit the CSS as explained there:
www.hikashop.com/en/support/documentatio...-styling.html#prices

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

  • Posts: 50
  • Thank you received: 1
13 years 4 weeks ago #33209

Thanks Nicloas,

In step 2 it says to modify the code:
span.hikashop_product_price {
color: #900;
white-space: nowrap;

I want to change the it to white so I replace it with:

span.hikashop_product_price{
color:#FFFFFF;
white-space:nowrap;

However on the product category page and checkout, it is still displayed as red.

Also when I check the page out put with Firebug, the colour code is still #990000???

Last edit: 13 years 4 weeks ago by eng.

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

  • Posts: 83103
  • Thank you received: 13414
  • MODERATOR
13 years 4 weeks ago #33227

You need to flush your browser's cache when testing CSS modifications.
Also, make sure that the front end custom CSS file is selected in the Display tab of the configuration and not the default one.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum