Remove the Site Identity Bar?
-
Hello,
Is there a way to remove the Site Identity Bar completely?
I’ve already un-checked the “Display Site Title & Tagline” checkbox, but it leaves behind a white bar.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Add the following CSS code in the CSS section in the Customizer:
/*
Hide site branding section
*/
div.site-branding {
display: none;
} -
- The topic ‘Remove the Site Identity Bar?’ is closed to new replies.