Hide “published by” author detail and categories
-
Hi,
How to hide the autor detail so it doesnt show.
Same for the categories above it. I want to hide it
I allready tried several codes in the custum css. But they didnt help.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.meta-categories-wrapp {
display:none;
}
body .wd-entry-meta .meta-author {
display:none;
}
body .wd-post-cat.wd-style-with-bg {
display:none;
}
If the code does not work, provide your blog page URL.
Best Regards