Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #744907

    Good day! I used a custom CSS argument to hide the blog category on a page with the Blog Posts content element, configured to use the Grid Layout style. Here is the page:

    This is the custom CSS:

    .blog-categories {
        display: none;
    }

    It worked perfectly on that page! But that argument also hid the category on the main blog page:
    http://chooserenaissance.com/blog/

    Is there a custom CSS argument that will hide the category on the page without also hiding the category on the main blog page?

    Thank you for your help.

    #745315

    Hey AJDesignCo,

    Please try this instead, it will only apply to that specific page:

    .page-id-38 .blog-categories {
        display: none;
    }

    Best regards,
    Rikard

    #748170

    Perfect! And I will tuck that solution away for future situations where I need to limit a CSS change to one page or post. You guys are great. Thanks!

    #748758

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Hide Category Only on Blog Posts Grid Layout Content Element’ is closed to new replies.