Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340277
    jolene20
    Participant

    I tried all the CSS codes on this forum to hide the page title on My  Music Band theme, but it removes it from the Home page only. On the other pages, the title is still there right in the middle of the header picture. How do I get rid of this?

    #340284
    sujeet
    Keymaster

    Hello @jolene20,

    To hide page title on the other pages, please try using the following css code:

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

    And as for home page, you are able to add or remove the title from Appearance => Customizer => Header Media. Check the screenshot below.

    header-media

    Please kindly let me know if this was helpful. Thank you.

    Regards,
    Sujeet

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