Archived topic
Change Header Background
1 reply · Started by Liron on January 24, 2023
Viewing posts 1–2 of 2
Hello GP Support,
How can I change the header background on this demo website? - https://gpsites.co/construction/
I want to change the header - site title background (The orange one where the site title - Construction is).
Thanks
Hi there,
Go to the Additional CSS field in the customizer and modify background-color: var(--accent); in this snippet:
.navigation-branding, .mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
padding-left: 24px;
padding-right: 24px;
background-color: var(--accent);
margin-left: 0;
}
Let me know if this helps :)
This archived topic is closed to new replies.