-
AuthorPosts
-
December 4, 2015 at 5:51 am #546807
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 ?
-
This topic was modified 9 years, 11 months ago by
kittypunkz.
December 4, 2015 at 1:58 pm #546992Hey kittypunkz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories { display: none; }Best regards,
YigitDecember 5, 2015 at 5:44 am #547333Thanks a lot!
December 5, 2015 at 10:01 am #547406June 30, 2016 at 5:43 pm #655396I’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/
June 30, 2016 at 5:49 pm #655402Hi,
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,
YigitJune 30, 2016 at 5:50 pm #655403I 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.
June 30, 2016 at 5:57 pm #655408Thanks 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?
June 30, 2016 at 6:10 pm #655410Ah… I installed the Cache Enabler plugin and, after clearing the wordpress cache, it seems to have cleared up the issue!
June 30, 2016 at 6:24 pm #655415Hi!
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 -
This topic was modified 9 years, 11 months ago by
-
AuthorPosts
- The topic ‘need to hide a category in a "Blog post" element’ is closed to new replies.
