lateral Posted October 28, 2014 Share Posted October 28, 2014 (edited) Hi guys I want to change the default font size and colour that is used for the Description field when the Front Office displays a Product or Category... I have had a look in the theme's global.css but am not sure what to change..... Thanks for your help. Edited October 31, 2014 by lateral (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted October 28, 2014 Share Posted October 28, 2014 To change font size on product list open product_list.css and find ul.product_list.list > li .product-desc { margin-bottom: 15px; } Add font size and color to it. To change it on product short description open product.css and find .pb-center-column #short_description_block #short_description_content p { line-height: 18px; } Add font size and color to it. Link to comment Share on other sites More sharing options...
lateral Posted October 29, 2014 Author Share Posted October 29, 2014 Hi Dioniz Thanks for the reply. I tried what you suggested by it does not do anything. After I made the changes, I cleared the Cache via the BO. I have attached a screen shot of the text that I want to change.... Link to comment Share on other sites More sharing options...
lateral Posted October 29, 2014 Author Share Posted October 29, 2014 Hi Dioniz Thanks for the reply. I tried what you suggested by it does not do anything. After I made the changes, I cleared the Cache via the BO. I have attached a screen shot of the text that I want to change.... Link to comment Share on other sites More sharing options...
dioniz Posted October 29, 2014 Share Posted October 29, 2014 For that one you need to add to this style in product.css: #page .rte { padding: 0 20px 20px; word-wrap: break-word; } Link to comment Share on other sites More sharing options...
lateral Posted October 31, 2014 Author Share Posted October 31, 2014 Dioniz, you are a legend!!!!!! I'll have a play around and let you know how I go... Thanks again! Link to comment Share on other sites More sharing options...
lateral Posted October 31, 2014 Author Share Posted October 31, 2014 Hi Dioniz, I've tested it and all works well. Thanks again. Regards Greg 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