antonkata89 Posted January 16, 2017 Share Posted January 16, 2017 (edited) 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 Edited January 16, 2017 by antonkata89 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2017 Share Posted January 16, 2017 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; } Link to comment Share on other sites More sharing options...
antonkata89 Posted January 17, 2017 Author Share Posted January 17, 2017 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 More sharing options...
vekia Posted January 17, 2017 Share Posted January 17, 2017 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 More sharing options...
antonkata89 Posted January 17, 2017 Author Share Posted January 17, 2017 unfortunately I'm not a css master. I try to customize a shop for the very first time. http://luna-antique.byethost6.com/presta/index.php This is the link to the shop But I didn't modified anything in the tpl files. 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