Hi There,
I would like to remove the Date and Authro from the blog posts (Single Pages as well as the Post pages). I have tried several plugins, and they do not seem to remove. I have also tried the following code, and it only removes the date from the single pages. .single-post .author-date .date { display: none; }
If this is not possible, can you consider it in the future update? It should be a simple slider built into the theme settings.
Thanks,
Dave
Comments
yes, it is possible of course. For that you must use below css:
.post-meta .author-date { display: none; }See screen: [Links visible only for registered users]
Please go to theme options>blog,portfolio&shop>blog, there you can hide the date.
[Links visible only for registered users]
thanks
1) How to remove the date from the blog page, while keeping the date at single posts?
2) How to remove the tags dropdown, while keeping the category dropdown at single posts ?
Thanks in advance for your reply.
Could you provide me with the Custom CSS to do this?
Thanks in advance for your help.
Example Single-post: [Links visible only for registered users]
2) I do not understand, can you explain greater?
Thanks.
In the single-post view you can see the "date", "tags" (dropdown) and "categories" (dropdown) under the post title. I want to only show the "date" and "categories" (dropdown). While the "tags" (dropdown) can be hidden/removed.
Please let me now if you have any more questions.
Kind regards
.single-post .mata-tags{Thanksdisplay:none !important;
}
Thank you so much for all the help.
display: none;
}
.author-box .avatar-wrapper {
display: none;
}