Archived topic
how to disable the site title and the primary nav
5 replies · Started by omer on September 6, 2016
Viewing posts 1–6 of 6
hi tom ,
is there any way that i can disable the site title and the primary nav from my home page ?
Try this CSS:
.home .site-branding,
.home .main-navigation {
display: none;
}
i have a child theme
so i paste the code into the style.css and updated and nothing happen .
Can you link me to your home page?
How did you add the CSS? Following these instructions?: https://generatepress.com/knowledgebase/adding-css/
This archived topic is closed to new replies.