• Resolved mistachris

    (@mistachris)


    Hi all

    I am trying to switch of the page title and cant get it done. I turned title off in customizer and on every single page. I dont know what else to do. I checked the forum here and tried every single solution, but nothing changes. I have header menu and with header menu the page title/logo apears and cant be turnêd of for whatever reason.

    Thanks for your help

    If you go on my site http://www.sound-check.events you see under the menu the site title in a white row/bow. I wanna have this one gone.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    It is not the page title. It is the part of the header. To disable it, you need to use some css or change the header style.

    Add the below code to the Customize > Custom CSS section to hide it –

    #site-header.top-header .header-bottom {
        display: none;
    }
    Thread Starter mistachris

    (@mistachris)

    Ciao Amit

    Thank you now its working

    Best regards Chris

    • This reply was modified 6 years, 10 months ago by mistachris.

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘cant turn off Page Title’ is closed to new replies.