Home Forums WoodMart support forum Disable Category and Author on post blog and single post

Disable Category and Author on post blog and single post

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

    Johanneshov
    Participant

    Questions has been asked before but I DO NOT WANT TO show Category and Author on BOTH https:/”mywebsite.com”/blog/ Aand the single blog post.

    What is the custom global CSS I need to write for this to take action? I can only find for single posts (working) but not for the /blog/ exerts/posts…

    Thanks!

    #222860

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .post-single-page .meta-post-categories,
    body .meta-categories-wrapp,
    body .woodmart-entry-meta .meta-author {
    display:none;
    }

    Best Regards

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