• I would like to hide the site title so it is not in the header. I do not have the option to click on anything under customize to hide it.

    I tried adding a couple of strings of css to hide it, but they didn’t work.

    I need it removed from every page.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @smittyatl

    Try to add the below code to Appearance → Customize → Additional CSS section and check it fixes the issue or not.

    .entry-header {
      display: none; 
    }

    Thanx.

    try to add the following code.

    .entry-header {
      display: none; 
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot hide site title’ is closed to new replies.