jwbranton171 Posted January 6, 2022 Share Posted January 6, 2022 Site URL: http://www.joshbranton.com Is there any code that would allow me to invert the color of my logo when in the same instances where the tagline adaptively inverts? For example on mobile when I click the hamburger menu and it creates a black overlay, the tagline inverts from black to white text. I'd like my logo to do the same. Link to comment
Solution tuanphan Posted January 8, 2022 Solution Share Posted January 8, 2022 Add to Design > Custom CSS /* Logo invert */ body.nav-open .site-branding h1 img { filter: invert(1); -webkit-filter: invert(1); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment