how to hide post comment

Home Forums All Other Themes how to hide post comment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56217
    wayanwayan
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: December 20, 2016

    Dear Shri, How to hide post comment, previous post, author and date post on Gardening pro Themes?

    #56240
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Wayan,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    #respond{display:none;}
    #ast_nextprev{display:none;}
    .single_metainfo{display:none;}

    Regards,
    Dave

    #56322
    wayanwayan
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: December 20, 2016

    Thank you so much, all good and it work! but the issue is, meta info ( author and post date ) at lates blog post ( HOME PAGE ) still visible, how to hide it.

    #56354
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Add this code in custom css box:

    .post_block_style3_meta{display:none;}

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.