Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jleddy,

    you can remove site title from theme customizer -> site identity -> site title.

    Hope this will helps you.

    Thanks.

    Thread Starter jleddy

    (@jleddy)

    Hello,

    Thanks, but I don’t want to remove it – I only want to hide it so that it’s not visible i the top menu bar.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jleddy,

    To hide the site title you can try the following css into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .navbar-header {
        display: none;
    }

    Hope this will help you.
    thanks.

    Thread Starter jleddy

    (@jleddy)

    That worked – thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding Site Title’ is closed to new replies.