• I have the title of my site right at the top left in bold (I think ‘Kato’ font, “BANSAW CROWN MUSIC”).
    I want to omit this line of text.

    I already tried Appearance->Customize->Site identity tick box.

    • This topic was modified 6 years, 5 months ago by Bassaw.
    • This topic was modified 6 years, 5 months ago by Bassaw.
    • This topic was modified 6 years, 5 months ago by Bassaw.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The “easy” way would be to add this custom CSS to your CSS:

    a.navbar-brand {
        display: none;
    }

    In: Appearance -> CSS -> Additional CSS.
    Plan b: you would have to create a child theme and change the code in there (I would have to look it up where specifically to make these changes).

    Good luck

    Lille Ulven

Viewing 1 replies (of 1 total)
  • The topic ‘How do you remove title header text at the top left hand corner?’ is closed to new replies.