car3 Posted November 26, 2013 Share Posted November 26, 2013 Just wondering if anyone could tell me- how do I change the price colour? Thank You Link to comment Share on other sites More sharing options...
Paulito Posted November 26, 2013 Share Posted November 26, 2013 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 More sharing options...
car3 Posted November 27, 2013 Author Share Posted November 27, 2013 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 More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 have you tried method provided by Paul? im convinced that it should work Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now