Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079125
    zxmikexz
    Participant

    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

    #1079132
    Thai
    Moderator

    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 🙂

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