presta-dyr Posted August 9, 2009 Share Posted August 9, 2009 I noticed that the background color for the text in the short description for a product has changed from gray in v1.1 to white in v1.2. I can see in the CSS that short_description_block looks like before, but the text background has changed anyway. Is this a bug or an improvement?/Kjeld Link to comment Share on other sites More sharing options...
Silverwolf Posted August 11, 2009 Share Posted August 11, 2009 I am also a white background, and it is bad. Where to edit? Link to comment Share on other sites More sharing options...
Patric Posted August 11, 2009 Share Posted August 11, 2009 Moved from General discussion. Link to comment Share on other sites More sharing options...
Silverwolf Posted August 11, 2009 Share Posted August 11, 2009 All like the white background? in the short descriptions? Link to comment Share on other sites More sharing options...
fideel Posted August 11, 2009 Share Posted August 11, 2009 check attachment to see the problem Link to comment Share on other sites More sharing options...
presta-dyr Posted August 11, 2009 Author Share Posted August 11, 2009 I'm not sure what is the proper way to solve this, but if you change line 1886 in themes/prestashop/css to this: #primary_block #short_description_content{ background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left; margin-bottom:0.5em; } it works as before./Kjeld Link to comment Share on other sites More sharing options...
Silverwolf Posted August 12, 2009 Share Posted August 12, 2009 For editing background of short description-Go to themes/prestashop/css/global-line below 217 - "div.rte, .mceContentBody {background-color:white;text-align:left;"-Delete - background-color:white;"div.rte, .mceContentBody {text-align:left;"This works Link to comment Share on other sites More sharing options...
presta-dyr Posted August 12, 2009 Author Share Posted August 12, 2009 My concern is if changing div.rte is more than you wanted to change? I also tried the CMS editor because I expected .mceContentBody to have an influence on that but it didn't seem to./Kjeld Link to comment Share on other sites More sharing options...
Silverwolf Posted August 12, 2009 Share Posted August 12, 2009 I looked css presta 1.1, there is no "div.rte,. MceContentBody ( background-color: white; text-align: left; "but I thought that it was better to leaveand simply deleted "background-color: white;"The background color has become as presta 1.1 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