Post by mattlee » Sat Jan 03, 2015 12:41 am

Hi,

How to change old price color??
Last edited by mattlee on Wed Jan 07, 2015 7:24 pm, edited 1 time in total.

New member

Posts

Joined
Thu Nov 13, 2014 11:25 am

Post by Cue4cheap » Sat Jan 03, 2015 12:53 am

most likely in your stylesheet under "price-old".

BUT without knowing your site URL or anything else that is the best guess I can give you.

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by mattlee » Sat Jan 03, 2015 3:25 am

In the main page I change price color already. Now I would like to change price color in product page.

New member

Posts

Joined
Thu Nov 13, 2014 11:25 am

Post by Cue4cheap » Sat Jan 03, 2015 4:34 am

Same answer but do it for the section in the css file that is for the product.

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by pm-netti » Sat Jan 03, 2015 4:49 am

mattlee wrote:Hi,

How to change old price color??
text color.png
Add this code to file stylesheet.css:

Code: Select all

 ul.list-unstyled  span{
                        color:#000fff;
 }
I am is no Test. If this color show also other texts, this color can add to span-tag to file catalog/view/theme/*/template/product/product.tpl in line 156:

Code: Select all

<span style="text-decoration: line-through;color:#000fff;"><?php echo $price; ?></span>

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by mattlee » Sat Jan 03, 2015 1:55 pm

Solved.
Thank you so much!!

New member

Posts

Joined
Thu Nov 13, 2014 11:25 am
Who is online

Users browsing this forum: No registered users and 6 guests