Tagged: woocommerce
Hi
I’m trying to remove the overlay and caption on one item in the shop with this code
#av-masonry-1-item-175 #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content{
background: rgba(0,0,0,0.0) !important;}
#av-masonry-1-item-175 #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay a.av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay a.av-masonry-item-with-image del{
color: rgba(0,0,0,0.0) !important;}
but it doesn’t seem to work. Any ideas
Thanks
Richard
Hi Richard,
Please try the following instead:
.av-inner-masonry-content-pos-content, .av-inner-masonry-content {
display:none !important;
}
Thanks,
Rikard
Hi Rikard
That works fine thanks but is there a way to make it apply to a single item. I’ve tried
.postid-175 .av-inner-masonry-content-pos-content, .av-inner-masonry-content {
display:none;
}
But it still removes the hover for all items?
Thanks
Richard
Hi!
Your code is correct. By adding postid it should remove only on one item please refresh the page a few times and check because i think the previous code was cached.
Best regards,
Vinay