sofiagg Posted January 16, 2015 Share Posted January 16, 2015 Hi, I have a problem with the visualization of my products. When I go to Home, every product has a duplication of itself above the original picture, with a flag saying : NOVEDADES (new products). I don't know how to hide the duplicated picture of the product! Just to be clear: I do want a New products module, but I don't want the images to be duplicated! I have tried with several widgets (product list - featured, special, etc.) but the problem remains. Any solution please? http://dianaguill.es/index.php I attached two screenshots so you can get a look at what the probem is Thanks!! Link to comment Share on other sites More sharing options...
PascalVG Posted January 17, 2015 Share Posted January 17, 2015 I see that it's a custom theme. Is the version of the theme compatible with the PrestaShop version? Maybe try to contact the theme developer, as they would probably know best. If that doesn't help, you might try to edit file themes/<your theme folder>/css/global.css and add this piece of code: .views_block { display: none; } This will take away the thumbnail (the 2nd image), but not sure if other functionality is gone because of that. Give it a try, (but only after contacting the theme developer) My 2 cents, pascal 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