This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi,
I wish to remove the following elements from the blogs.
1. Every blog starts with information about the category, title, author etc. Please see this image.
For example, for this blog:
‘Nieuws
GOUDINKOOP – DE BESTE PRIJS!
Geschreven op 16/12/2016 om 09:45 door Christian’
2. The section’About the Author’
3. The message at the bottom: ‘U kunt geen reactie plaatsen’ (English: ‘You cannot place any comments’).
Thank you.
Hello,
Try to add this code in Custom CSS:
.single-post .blog-post .active {
display: none;
}
.single-post .blog-post .entry-title {
display: none;
}
.single-post .blog-post .meta-post {
display: none;
}
.single-post .content.col-md-12 p:last-child {
display: none;
}
.single-post .blog-post .content-article p{
display:block !important;
}
Go to Theme Options > Blog Layout > Show About Author block.
Regards,
Rose Tyler.
Thank you
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Remove information from blog page’' has been successfully resolved, and the topic is now closed for further responses