Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148581
    goalsarecool
    Participant

    Can you please tell me the CSS to remove tags at the bottom of posts only?

    #1148612
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    The code will only affect on single post :

    Please add the following CSS code under Customize -> Custom -> CSS :

    .single-post footer.entry-footer.cf {
    display: none;
    }

    Hope it helps.

    #1148613
    goalsarecool
    Participant

    I want to keep them on single posts but remove them from here https://www.goalsarecool.com/posts/

    #1148707
    Joao
    Moderator

    Hi There,

    Please add the following code instead:

    .blog footer.entry-footer.cf {
    display: none;
    }

    Hope that helps

    Joao

    #1148718
    goalsarecool
    Participant

    That worked… thanks!

    #1149086
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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