Hide shadow/grid with product style ‘Tiled’
-
Hi,
I would like to remove the shadow/grid of my product archive pages. I would like to choose Tiles style, but I cant remove the shadow. I have all options off and tried following CSS:
.woodmart-hover-tiled .product-wrapper {
box-shadow: none;
}
Could you check why CSS is not working?
Thanks
Hello,
I am checking the site and I do not see the shadow: https://gyazo.com/00efc8fadf3f4f809763c7c449a69295
If you have any questions please feel free to contact us.
Best Regards
Hi,
Thanks for your reply. There is still a border around every product, with the rounded corners. It’s all the way from the top of the picture to the price.
thanks
Hello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
Hello,
This hover design includes the shadow by default.
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-tiled .product-wrapper {
box-shadow: none;
}
body .wd-hover-tiled .product-wrapper .product-element-bottom {
padding-inline: 0;
padding-bottom: 0;
}
Best Regards
Hi,
I added the CCS but nothing changed. The border is still there. Tried to add !important as well, but didn’t worked. Do you have any other suggestions?
Thanks
Hello,
You have inserted the code incorrectly.
Please copy the custom code completely and paste it:
body .wd-hover-tiled .product-wrapper {
box-shadow: none;
}
body .wd-hover-tiled .product-wrapper .product-element-bottom {
padding-inline: 0;
padding-bottom: 0;
}
If you have any questions please feel free to contact us.
Best Regards
Hi,
Im so sorry i forgot the close the last ccs with }.
Thanks so much for your help, its working!
Have a nice weekend
Niels
You are welcome!
Wish you a wonderful day!
The topic ‘Hide shadow/grid with product style ‘Tiled’’ is closed to new replies.