Okay
  Public Ticket #314025
Remove 'Meta' Category on Blog Sidebar
Closed

Comments

  • Kez started the conversation

    Hi Guys,

    anyway to remove the meta section on the blog sidebar?

    Cheers

    Kerrin

  •  8,849
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .widget_meta {
        display: none !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Kez replied

    Nice, works perfectly.

  •  3
    Philipp replied

    ...or just remove it in your Widget "Blog sidebar". I also removed it via CSS, but that's much more simple :-)