Disable Category and Author on post blog and single post
-
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!
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