Home Forums WoodMart support forum Hide author name and reviews

Hide author name and reviews

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #688403

    arkadijdementko
    Participant

    Hello team, I have 2 questions:
    – how I can disable “Posted by author” I would like hide this information from post meta
    – how I can disable reviews section for products and post

    #688534

    Hello,

    To hide the meta information from the blog page, navigate to Theme Settings > Blog > Blog Archive > Hide the “Meta information” option.

    To hide the information from a single post, try to use this custom css code in Theme Settings > Custom CSS:

    .wd-post-author.wd-meta-author {
        display: none;
    }
    
    .wd-post-reply.wd-style-1 {
        display: none !important;
    }

    On products – go to WooCommerce > Settings > Products > General and uncheck the Enable product reviews option.

    If you have any questions, feel free to contact us.

    Best Regards,

Viewing 2 posts - 1 through 2 (of 2 total)