Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878696
    lovepuffin
    Participant

    I’m trying to remove the page icon which appears on hover over a recent post image.

    I’ve removed the 0.85% opacity of the block colour using the below css but can’t seem to get rid of the icon.

    .x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
    opacity: 0.00;
    }

    Thanks
    Hayley

    #879441
    Paul R
    Moderator

    Hi Hayley,

    Thanks for writing in!

    To remove it, you can add this under Custom > CSS in the Customizer.

    
    .x-recent-posts .x-recent-posts-img:before {
       display:none;
    }
    

    Hope that helps.

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