Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298971
    sarego
    Participant

    How can I remove the hover feature from the portfolio section of the my website.

    I need remove the red icon and de dark effect on hover in portfolio index.

    #1299009
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1299244
    sarego
    Participant
    #1299250
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    a.entry-thumb:hover img {
        opacity: 1;
    }
    .entry-thumb:before {
        content: " ";
    background-color:transparent;
    }
    

    Hope that helps.

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