Home › Forums › Gillion Theme › Remove Post Information Fields
Home › Forums › Gillion Theme › Remove Post Information Fields
Hello I am able to remove the “author + date + comments” from my Blog Slider in WPBakery by going into the Settings >> Styling. Works great.
But when I try and do the same thing for Blog Post Catagories in WPBakery, there is no Styling option in the settings. So how do I remove the “Author + Date + Comments” from the posts?
Circled in blue is where I was able to remove the “author + date + Comments” from the “Blog Slider”.
Circled in red is where I cannot remove the “author, date, comments” from the “Blog Post Catagories”
Solution for this topic
I got it, thank you.
Some of the code did not work for me. But this line of code did.
#page-container .post-meta-content .post-auhor-date
#page-container .post-meta-content .post-readtime {
display: none;
}
.post-readtime {
display: none;
}
Awesome great to see you got that achieved.
Please advise if you have more questions.
Have a fantastic day!
Hey so now that I’m going into individual blog post pages. If I have a widget on the side bar of “recent posts”. It still shows how many views there are. How do I remove that so it takes effect on every blog post page?
Solution for this topic
Turned off post view count in the theme settings. Problem fixed!
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!