Jump to content

Featured products changed presentation


antonkata89

Recommended Posts

Hi everybody

 

I'm trying to customize the default theme in order to make my first online shop.

But suddenly the look of the project boxes featured on my home page changed.

I don't remember doing this change but now I can't find how to back the default look.

I attach a screenshot to show you what I mean. I would like to back the white box where is the price.

Could you help me please.

Thanks a lot

 

Regards

 

178928themes.jpg

Edited by antonkata89 (see edit history)
Link to comment
Share on other sites

 

you attached two screenshots of two different templates

if your current theme is on the left hand side:

product-list.css

 

add there something like this:

 

ul.product_list.grid > li .product-container {
    background: #fff;
}

 

 

Hi and thanks

actually there's already this :

 
ul.product_list.grid > li .product-container {
    background: #fff;
    padding: 0;
    position: relative; }
 
 
Do you think I can modify the design of the box in order to make everything within the white form ?
Link to comment
Share on other sites

this means that probably in other place you put some css styles that removes styles from .product-container 

or in product-list.tpl you modified class="" of <li> item

 

case requires inspection directly in shop where you've got the problem

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...