Jump to content

Changing Price colour PrestaShop 1.5.3.1


Recommended Posts

Good morning

 

You need to say which version of ps you use also is it default theme?

 

For instance on default theme 1.5.5 you need to go to:

product.css

 

.our_price_display {
padding-bottom:10px;
font-weight:700;
font-size:24px;
line-height:18px;
color: #c20000;  ( this will be a red colour)
 
Or perhaps you mean home featured products:
 
padding:0;
}
#featured-products_block_center_2 .price {
font-weight:bold;
font-size:14px;
color:#990000 (another red colour)
}
#featured-products_block_center_2 li .ajax_add_to_cart_button {display:none;}
#featured-products_block_center_2 li span.exclusive {display:none;}
 
More information would be helpful
 
Paul
 
Link to comment
Share on other sites

 

Good morning

 

You need to say which version of ps you use also is it default theme?

 

For instance on default theme 1.5.5 you need to go to:

product.css

 

.our_price_display {
padding-bottom:10px;
font-weight:700;
font-size:24px;
line-height:18px;
color: #c20000;  ( this will be a red colour)
 
Or perhaps you mean home featured products:
 
padding:0;
}
#featured-products_block_center_2 .price {
font-weight:bold;
font-size:14px;
color:#990000 (another red colour)
}
#featured-products_block_center_2 li .ajax_add_to_cart_button {display:none;}
#featured-products_block_center_2 li span.exclusive {display:none;}
 
More information would be helpful
 
Paul
 

 

Thanks for replying- i'm using prestashop 1.5.3.1, and its the default theme - VERY new to all of this so your help is very much appreciated! 

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...