• Resolved lobong

    (@lobong)


    How do I hide the author byline and comment count on search page and any other archive view page?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • To hide the author add this to your custom css box:

    .kad-hidepostauthortop, .postauthortop {display:none;}

    To hide the comment count add this to your custom css box:

    .postcommentscount {display:none;}

    Thread Starter lobong

    (@lobong)

    Not good, after hiding these two the divider/pipe “|” will still be there because it’s not wrapped in the postauthortop or commentscount span.

    I have instead hide the entire .subhead. Is this being used anywhere else/would cause haywire to other layouts?

    It’s only being used for that, and I’ll fix for next update. This is part of the options in the premium so I just need to update the free.

    Kadence Themes

    Thread Starter lobong

    (@lobong)

    Excellent! Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide author byline and comment count’ is closed to new replies.