Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #78466
    Cattext
    Participant

    Hi Sakin,
    I’d like to hide the author and tags in posts.
    I’ve found this code to hide the author:
    .by-author { display: none; }
    But haven’t been able to find the code to hide the tags.
    Could you please help me out?

    #78498
    Sakin
    Keymaster

    @Cattext: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    footer.entry-meta { display: none; }

    #78500
    Cattext
    Participant

    thank you Sakin, however now also the category has been hidden.
    Is it possible to only hide the tags but still display the category?

    #78505
    Sakin
    Keymaster

    @Cattext: ok then replace previous css to following css:
    .in-tag, footer.entry-meta span:nth-child(4) { display: none; }

    #98926
    lekm_pro
    Participant

    I use a catch responsive pro version. To hide just the author name, leave posted date and comment, I added this code in Custom CSS box.

    .author {display:none;}

    Check out my site here to see what I meant.

    #98927
    Sakin
    Keymaster

    yes that fine. Every theme is little different and we need different css.

    #103562
    joesandbox
    Participant

    Hello ~ This .by-author { display: none; } worked well but it leaves the “by” after the post date. I am using the Catch Everest Pro. Thoughts on how to remove the “by?”

    Found the answer on another post.

    #103612
    Sakin
    Keymaster

    @joesandbox: That’s great.

    #106178
    Mags
    Participant

    Hi Sakin,

    Could you let me have the code to hide the post date please?

    Margaret

    #106574
    Sakin
    Keymaster

    @mags: You can hide date in Catch Kathmandu Pro by adding following css in Custom CSS box:
    .on-date { display: none; }

    #106590
    Mags
    Participant

    Many thanks. Works perfectly.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘hide author and tags’ is closed to new replies.