Tagged: x Author Posts July 9, 2016 at 4:39 am #1079125 zxmikexzParticipant Can anyone tell me how to change the ugly black and red roll-over-image that appears overtime the mouse hoovers over my blogposts and my portfolio pics? Thanks so much! Mike July 9, 2016 at 4:55 am #1079132 ThaiModerator Hi Mike, Please add the following CSS under style.css file locates in your child theme: /* change color */ .entry-thumb { background-color: rgba(230, 166, 205, 0.75); } .entry-thumb:before { background-color: #96c5d0; } /* change icon */ .entry-thumb:before { content: '\f101' } You can find and replace the icon code on this link: http://fontawesome.io/icons/. Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1079125 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In