Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #770862

    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.

    #770875

    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

    #770880

    Hi John,

    Thanks – I have shared the link in the private content section.

    #770906

    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

    #770912

    Thanks, it worked!

    #772419

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.