Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #609216

    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

    #609388

    Hi Richard,

    Please try the following instead:

    .av-inner-masonry-content-pos-content, .av-inner-masonry-content {
    display:none !important;
    }

    Thanks,
    Rikard

    #610163

    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

    #610176

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.