Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #109613
    F
    Participant

    I would like to remove the “posted in” category and tag info at the bottom of posts and pages in Helena Pro.

    My site is under development, so the URL is not live to show you. Sorry!

    Thanks in advance.

    #109660
    Pratik
    Keymaster

    Hi @F,

    Do you mean POSTED IN in single page?

    For that , you need to create a child theme first. For that, please view tutorial here: http://catchthemes.com/blog/create-child-theme-wordpress/. After that, let me know and I will provide you code to remove that text.

    Regards,
    Pratik

    #109704
    F
    Participant

    Hi Pratik,

    I am already working in a child theme. And, yes, I did mean POSTED IN, which appears at the bottom of single posts. It shows the category and any tags that the post is filed under.

    Thank you!

    #109764
    Pratik
    Keymaster

    Hi @F,

    Can you try following code in Appearance=> Customize=> Additional CSS:

    
    body.single #main .entry-footer {
        display: none;
    }
    

    This hides whole category, tags and text. Let me know how it goes.

    Regards,
    Pratik

    #109833
    F
    Participant

    Pratik,

    Thank you! This worked perfectly.

    #109916
    Pratik
    Keymaster

    Hi @F,

    Glad it worked out.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove "posted in" category and tags’ is closed to new replies.