Jump to content

Background color changed for short description in v1.2


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...