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;
}