This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Robert Hall
Hi Support.
I try to find the solutions from the support forum. and not able to find out how i can get rid of the blog posts on “posted on………..”
i have go to the themes setting option and not able to locate the ByLine option as per mention.
i have even put the custom code below but does not works. Kindly advice and many thanksssssss
.blog-post .post-info {
display: none !important;
}
.posted-in{
display: none !important;
}
.featured-posts .featured-post .post-info {
display: none !important;
}
.meta-post::after {
display: none !important;
}
Hello,
Please add this code in custom.css file.
.blog-post .post-info {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up