Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048871
    liz80y
    Participant

    Hi.

    I am looking to remove the heading overlays on my recent posts display on the homepage. I still want it to look the same, with the hover darkness etc, just without the text.

    Can you tell me how i can do this?

    Thanks 🙂

    #1048872
    liz80y
    Participant
    This reply has been marked as private.
    #1049101
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .x-recent-posts-content {
        display: none;
    }

    Hope that helps. 🙂

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