Site logo

Archived topic

Change logo background in Construction theme

5 replies · Started by Lina on August 9, 2022

Viewing posts 1–6 of 6

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

For sure. I'm including it here.

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.

This archived topic is closed to new replies.