Okay
  Public Ticket #1715648
Remove "category" from blog (masonry) view
Closed

Comments

  • Mach started the conversation

    Hi Team,

    I like to remove "Category" from the Masonry blog posts. I've provided the URL and added screen shots of what I'm talking about.

    Thank you in advance!

  •  8,998
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    a.about-dr-erica-grenci {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Mach replied

    Thanks Tahir. But this only removes that specific category. What about ALL categories? (That's what I originally meant). Thanks again

  •  8,998
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .masonry.material .masonry-blog-item .meta-category, .related-posts[data-style="material"] .meta-category {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team