[Support request] how to disable the site title and the primary nav

Home Forums Support [Support request] how to disable the site title and the primary nav

Home Forums Support how to disable the site title and the primary nav

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224165
    omer

    hi tom ,
    is there any way that i can disable the site title and the primary nav from my home page ?

    #224329
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    .home .site-branding,
    .home .main-navigation {
        display: none;
    }
    #224354
    omer

    i have a child theme
    so i paste the code into the style.css and updated and nothing happen .

    #224356
    Tom
    Lead Developer
    Lead Developer

    Can you link me to your home page?

    #224364
    omer
    #224507
    Tom
    Lead Developer
    Lead Developer

    How did you add the CSS? Following these instructions?: https://generatepress.com/knowledgebase/adding-css/

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