Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #517719

    Hello!

    I want to hide the recent comments on the right sidebar on my blog page (I want to keep comments on the actual blog posts), and want to include the categories instead.. for some reason they are hidden. How can I do this?

    #518037

    Hi zochagroup!

    you can hide the recent comments with this code:

    section#recent-comments-2 {
    display: none;
    }
    

    If you want to hide only on a specific page you can include page-id into the code.

    Regards,
    Andy

    #518324

    Great, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog’ is closed to new replies.