Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206874

    Hi – I am trying to disable the image overlay effect in a widget area.

    I followed the instructions in issue #205987 saying to add:

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

    to quick CSS but nothing happened. Browser cache has been cleared and I even tried adding this to custom.css and it did not work. Any thoughts? Thanks!

    #206949

    Hi wss310!

    Please try adding following code to Quick CSS

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

    if that does not work either, please post the link to your website

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Image Overlay in Widget’ is closed to new replies.