Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178741
    jtbtu
    Participant

    I don’t really care if the post tags are hidden on individual posts, but I’d like to display the blog page in masonry format and there are just too many tags. I do use them for SEO, so I don’t want to remove them completely.

    I have tried the following:

    entry-footer {
        display: none !important;
    }

    and

    entry-footer.cf {
        display: none !important;
    }

    and

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

    and

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

    and

    .blog .entry-footer {
      display: none !important;
    }

    and

    .entry-footer a {
        display: none !important;
    }

    and

    .entry-featured .entry-footer.cf {
       display: none !important;
    }

    and probably even a few other combinations —

    nothing works!! what am I missing here?!? using integrity stack and latest version of X (4.6.2).

    #1179072
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1181491
    jtbtu
    Participant
    This reply has been marked as private.
    #1181513
    Darshana
    Moderator

    Hi there,

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

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

    Hope that helps.

    #1181796
    jtbtu
    Participant

    Added custom CSS, still showing post tags (even with !important and after clearing cache)

    #1181917
    Rahul
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1181923
    Joao
    Moderator

    Hi There,

    Go to Appereance > Customizer > Blog > and turn of Post Meta.

    Hope that helps,

    Joao

    #1251002
    jtbtu
    Participant

    this was a total user error, btw — missing a } on the css before it — the solutions outlined in this thread work without issue!

    #1251140
    Prasant Rai
    Moderator

    You are most welcome. πŸ™‚

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