Okay
  Public Ticket #1211699
I cant hide the site titlel
Closed

Comments

  • Pascal Michel started the conversation

    Hello Team


    I cant hide the site titel with this command .entry-title { display:none; }

    I have paste in the CSS

    I dont know what is the Problem


    Best regards

    Pascal Michel

  •  522
    Nikita replied

    Hi Hascal Michel.

    You can use global options to disable titles on the pages:

    Also, you candisable titles on the specific pages, using metaboxes:

    Or custom CSS for the single posts:

    .single-post h1 {
        display: none;
    }
    

    Best regards, nK.