Okay
  Public Ticket #1646145
Disable
Closed

Comments

  • dbrasil28 started the conversation

    Hello, how can i disable de author, date and comments from de header of my posts. Its is under the title but im having trouble to disable it. 

    Thanks a lot

  •  9,001
    Tahir replied

    Hey D,

    Please have a look at this Article :Removing Author, Date, Tags, and Comments on Blog Titles.

    Best


    ThemeNectar Support Team 

  • dbrasil28 replied

    It worked just fine. I would like to recome the category too? Can i? Thanks a lot again

  •  9,001
    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):

    .meta-author {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team