Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1162268
    goalsarecool
    Participant

    When hovering over a featured image, how do I remove the dark film that covers the image as well as the icon in the middle?

    Thanks!

    #1162503
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.entry-thumb:hover:before{display:none !important}
    
    a.entry-thumb:hover img {
        opacity: .9 !important;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1162268 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>