Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085695
    wowflak
    Participant

    See my site here
    http://blog.plumandpost.com/

    I want to remove the tags on the posts on the index page. On the actual post I want to keep the tags as is.

    Thanks

    #1086195
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .home a.post_tag {
        display: none !important;
    }

    Thanks.

    #1086777
    wowflak
    Participant

    Thanks, that sort of worked. But now I have a bunch of commas. Please take a look.
    Thanks

    #1086923
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CS

    .maren .tg-cats-holder {
        display: none;
    }
    

    Hope that helps

    Joao

    #1086996
    wowflak
    Participant

    Thanks!

    #1087156
    Joao
    Moderator

    You are welcome.

    Joao

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