Jump to content

[SOLVED] Change text color and format of product price..


Recommended Posts

I would like to change the following:

  1. Price Text Color
  2. "On Sale" Text Color
  3. Center the 2 items above instead out to the right.

Where would these be located?

 

Thanks,

Barb

 

 

Example: http://fairydreamlan...p?id_product=32

 

1) Price color in global.css:

 

.price, .price-shipping, .price-wrapping {

color:#E1982F;

font-size:1.1em;

font-weight:bold;

white-space:nowrap;

}

 

 

2) "On sale" color in product.css:

 

 

#primary_block #buy_block span.on_sale {

color:#DA0F00;

float:right;

font-weight:bold;

text-transform:uppercase;

}

 

 

 

 

to center delete float parameters and change the margins to 0 ad paddings to 0

  • Like 1
Link to comment
Share on other sites

  • 11 months later...

Has something changed in latest version (1.5.4). Not able to find below in global.css anywhere

 

.price, .price-shipping, .price-wrapping {

color:#E1982F;

font-size:1.1em;

font-weight:bold;

white-space:nowrap;

}

 

everything depends on theme that you use, so the question is: which one you use?

 

can you share the url? and point the problem?

Link to comment
Share on other sites

Thanks vekia for the reply although I had figured out before I read your reply :)

 

Now I am struggling with changing the color of the product description (in the product lists be it featured products, viewed products list or products lists in a category). The short description in the form of hyperlink alongside the product thumbnail.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...