Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #738685

    Hi there,

    I’ve tried removing linked image overlay and the green icon when hovered over a linked image. I tried with advanced styling options but it didn’t work. Also tried this quick css code from another thread and it didn’t work:

    .image-overlay{
    display: none !important;
    }

    I also cleared my browsing cache and it still is the same. The gallery page still has the icon when hovered over an image and the Houzz 2017 Best Service Badge on the home page still has the icon. Can you please help? I’m ok with the icon for when an image expands, but not when its a link. Thanks!

    #739343

    Hey tivo_designs,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .all_colors .image-overlay {
        background-color: transparent!important;
    }
    

    Best regards,
    Vinay

    #739566

    I ended up disabling all of my plugins and removing extra quick CSS codes. That seemed to have fixed everything. I’m able to edit everything through Advance Styling now. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing Image Overlay and Icon’ is closed to new replies.