Archived topic
Change logo background in Construction theme
5 replies · Started by Lina on August 9, 2022
When I change the global colour, it works, but it's not what I'm looking for.
If I go through every single instance of the orange colour in the colour options, I change them all one by one to the colour I want, none of them seem to correspond to the background at the very top, left hand corner, on the left of the menu.
Am I missing it?
Thank you kindly
Hi Lina,
To have a better understanding of the issue, may you provide the link to the site in question?
You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hope to hear from you soon.
For sure. I'm including it here.
To clarify, are you referring to this?: https://share.getcloudapp.com/2Num4erB
Yes! I've tried changing every color setting I can find. It seems silly, but I'm not seeing it.
It’s linked to the Global Color called accent through this Custom CSS in Appearance > Customize > Additional CSS:
.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;
}
You can modify var(--accent) to your preference. You can replace it with a color value or replace accent with a different Global Color.