I have a “Blog Posts” widget in my front page to display info about my blog posts. I wanted to remove the post categories from the information displayed, so I added
.blog-categories.minor-meta {
display: none;
}
to Enfold -> General Styling -> Quick CSS. This worked, but it also removed the categories from the blog posts themselves in the blog. Is there a way I can remove the categories only from the “Blog Posts” widget but not from the original posts in the blog?
Thanks.
Hey shubhie,
Yes, is possible to use the exclusive class that each page has, I can provide the custom CSS code, but you need to share with us your website link, please.
Best regards,
John Torvik
Hi John,
Thanks – I have shared the link in the private content section.
Hi,
If you`re using this post widget in the homepage, you need to apply this custom CSS at Enfold Theme Options > General Styling > Quick CSS
.page-id-503 .blog-categories.minor-meta {
display: none;
}
The .page-id-503 will affect jus this page: http://richarddischler.com/
Best regards,
John Torvik
Thanks, it worked!
Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko