joecoolio66 Posted May 26, 2014 Share Posted May 26, 2014 Hi, For the life of me, I can't find anything in global.css or product.css that specifies the size and color of the long and short descriptions on product pages. I'd like to make some changes, so if someone can explain where to do it, I would be in your debt! Link to comment Share on other sites More sharing options...
dioniz Posted May 26, 2014 Share Posted May 26, 2014 For short desc you have this style in product.css: .pb-center-column #short_description_block #short_description_content p { line-height: 18px; } add font-size:20px; to it, for example. For long desc you have this also in product.css #page .rte p { margin-bottom: 0; } Do same as above Link to comment Share on other sites More sharing options...
vekia Posted May 26, 2014 Share Posted May 26, 2014 .pb-center-column #short_description_block { color: #666666; } code above is a part of product.css line 302 long description uses global styles, located in global.css line ~5242 body { min-width: 320px; height: 100%; line-height: 18px; font-size: 13px; color: #777777; } 2 Link to comment Share on other sites More sharing options...
Recommended Posts