Tagged: x Author Posts April 12, 2016 at 1:04 pm #878696 lovepuffinParticipant 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 April 13, 2016 at 12:55 am #879441 Paul RModerator 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. Author Posts <script> jQuery(function($){ $("#no-reply-878696 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In