Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #342584
    André Zenker
    Participant

    How can I disable the Page Title on all pages?

     

    #342587
    sujapati
    Keymaster

    Hello @zenkeran,

    Please try adding the following CSS code to disable the titles in all the pages. Please go to  Dashboard > Appearance > Customizer > Additional CSS.

    .custom-header .entry-header .entry-title {
        display: none;
    }
    

    Please kindly let me know if the code was helpful.  Thank you.

    Regards,
    Sujapati

    #342637
    André Zenker
    Participant

    It’s wored. Thanks for your fast support.

     

    #342638
    André Zenker
    Participant

    Sorry, I mean it’s worked.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.