Okay
  Public Ticket #267026
Remove author and catagory
Closed

Comments

  •  3
    Jeronimo started the conversation

    How do I get rid of the 'By X (author)' and ' No catagory' on top of the posts? I want to have only the title and the text because i'm not going to work with different catagory's and different users for posting.
    I allready found and used the custom CSS for removing the comments succesfully.

    Thanks!

  •  8,839
    Tahir replied

    Hey Jeronimo!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single #single-below-header {
        display: none !important;
    }
    
    
    .post-header .meta-author,.post-header .meta-category,.post-header .meta-comment-count {
        display: none;
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  •  3
    Jeronimo replied

    Works, thanks a lot for the fast response!

    Cheers!