maithemewp / mai-engine

Other
17 stars 3 forks source link

Add setting to force logo to white when it's on a transparent background #640

Closed JiveDig closed 9 months ago

JiveDig commented 10 months ago

We use this CSS now, but it could easily be a simple checkbox in Customizer > Theme Settings > Site Header...

.has-transparent-header:not(.header-stuck) .custom-logo {
     filter: brightness(0) invert(1);
}
JiveDig commented 9 months ago