Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1327661
    vertiasstudio
    Participant

    hey X team,

    I’d like to remove the icon that is showing on the blog index when hovering. I still want to keep the hover effect just remove the icon.

    Thanks,

    Steph

    #1327764
    Jade
    Moderator

    Hi Steph,

    You can add this under Custom > CSS in the Customizer.

    .entry-thumb:before {
        display: none;
    }

    Hope this helps.

    #1330090
    vertiasstudio
    Participant

    That worked! thanks!

    #1330482
    Rad
    Moderator

    You’re welcome!

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