Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148002
    dabbevdbrand
    Participant

    Hi guys,

    as you can see on the portfolio page of my website: http://www.duizenddingen-hosting.nl/cut/projecten I removed the chain icon, but now I am left with a block that is going dark when mouse over. Two questions:

    1. How can I reverse this effect? So that its dark and when hover it will appear normal?
    2. How can I control the amount of darkness in the hover?

    Thanks guys

    #1148054
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

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

    You may change 1 to control the “darkness”.

    eg.

    
    a.entry-thumb:hover:before {
        opacity: 0 !important;
    }
    
    a.entry-thumb:before {
        opacity: 0.5;
    }
    

    Hope that helps.

    #1151310
    dabbevdbrand
    Participant

    Hi Paul,

    Sad to say that didn’t work, it only changed the opacity of the icon.

    Please help.

    #1151326
    Christian
    Moderator

    Hey there,

    Try adding the code in your CSS

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

    Change 1 to 0.95 or lower to control the black fade.

    Thanks.

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