Okay
  Public Ticket #1927096
Removing Category in Blog Post
Closed

Comments

  •  2
    Adam Hubalovsky started the conversation

    Dear Support,

    how can I remove blog category (in my case Uncategorized in blue rectangle) above blog title?


    Thank you for your help!

  •  8,994
    Tahir replied

    Hey Again,

    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):

    body[data-button-style*="slightly_rounded"].material #page-header-bg.fullscreen-header .inner-wrap >a {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Adam Hubalovsky replied

    Thank you !

    It´s working flawlessly.

  •  2
    Adam Hubalovsky replied

    Hello Tahir, 

    after update, the Custom CSS is no longer working and I can see the Category button again. 

    What can I do? 

    Thank you!


    EDIT: Oh, I can see now, that the Custom CSS deletes the category in Header. Can you please send me another CSS, that will remove the Category even at the bottom of page? Thank you!

  •  8,994
    Tahir replied

    Can you provide a live url where i can see the issue ?. 



    ThemeNectar Support Team 

  •  2
    Adam Hubalovsky replied

    In every blog post - for example: https://tmrwp.com/reklamnivideo/prospoluzacky/


    Thank you

  •  8,994
    Tahir replied

    Hey Again,

    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):

    .single .fullscreen-blog-header #single-below-header > span.meta-category {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Adam Hubalovsky replied

    Thank you Tahir! Is working nice :)