Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242720
    sosmond
    Participant

    When I hover over the search results image it goes black, how can I change this so it is not black and keeps showing the picture or a faded picture at least.

    http://jeffdillon.involve.media/?s=test

    #1242878
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    a.entry-thumb:hover img {
        opacity: 1 !important;
    }

    If you need to add the fade effect, change the opacity value for example:

    a.entry-thumb:hover img {
        opacity: 0.7 !important;
    }

    Let us know how this goes!

    #1243719
    sosmond
    Participant

    Perfect, Thank you.

    #1243844
    Joao
    Moderator

    Glad to hear it,

    Joao

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