Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 8 years, 11 months ago by kittypunkz.
    #546992

    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

    #547333

    Thanks a lot!

    #547406

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

    #655396

    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/

    #655402

    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

    #655403

    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.

    #655408

    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?

    #655410

    Ah… I installed the Cache Enabler plugin and, after clearing the wordpress cache, it seems to have cleared up the issue!

    #655415

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘need to hide a category in a "Blog post" element’ is closed to new replies.