zero_vn Posted December 30, 2009 Share Posted December 30, 2009 Hello, i'm working with a website using prestashop code. I use black for background, so i want to change color of description in product page. How can i do to solve this issue? Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2009 Share Posted December 30, 2009 #center_column div.products_block ul li p.product_desc a { color:#FFFFFF; font-family:Verdana,Arial,Sans-Serif; font-size:1em; font-weight:400; } Find this code in your global.css, under "#center_column div.products_block ul li p.product_desc a ", change color code. Link to comment Share on other sites More sharing options...
zero_vn Posted December 31, 2009 Author Share Posted December 31, 2009 Thank for your help, but it doesn't work. The text still black. Check the picture i attach. Can you help me? Link to comment Share on other sites More sharing options...
Guest Posted December 31, 2009 Share Posted December 31, 2009 div.sheets { clear:both; color:#FFFFFF; padding:1em; } Find "div.sheets " in global.css, add color. Link to comment Share on other sites More sharing options...
zero_vn Posted December 31, 2009 Author Share Posted December 31, 2009 Thank for your help. I have solved it. When insert description and short description for a product, choose color and text style, color and style of the text will change. ^^ 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