Hi Moderator Team!
I have a problem with a “blog post” element. when I choose a grid post and Define Blog Grid layout for “only title” but it’s show a category too. so how can I hide this cetagory ?
Hey kittypunkz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories {
display: none;
}
Best regards,
Yigit
Thanks a lot!
I’m trying to hide categories in the blog post element but it doesn’t seem to be working with the CSS. The staging site pages with the blog post element are here: http://16d.3a5.myftpupload.com/blog/ and here: http://16d.3a5.myftpupload.com/
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog #top .post-entry .minor-meta { display: none !important; }
Best regards,
Yigit
I also tried this code:
span.blog-categories {
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}
It works in Safari but it’s not hiding the categories in Firefox or Chrome.
Thanks Yigit — I added your code and it works in Safari but not Chrome or Firefox. I cleared histories in both so I don’t think it’s the browser cache. Any thoughts?
Ah… I installed the Cache Enabler plugin and, after clearing the wordpress cache, it seems to have cleared up the issue!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit