PamP Posted September 24, 2022 Share Posted September 24, 2022 Site URL: https://spinach-tarpon-d9kn.squarespace.com/trade Hi, The logo is the right colour when viewing on desktop but it hasn't worked when you view on mobile. Could someone please help me figure this out? https://spinach-tarpon-d9kn.squarespace.com/trade PS: CarrionBelts Link to comment
tuanphan Posted September 25, 2022 Share Posted September 25, 2022 Add to Design > Custom CSS body:not(.header--menu-open) .header-mobile-logo { filter: brightness(0) 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
PamP Posted September 26, 2022 Author Share Posted September 26, 2022 (edited) On 9/25/2022 at 2:45 AM, tuanphan said: Add to Design > Custom CSS body:not(.header--menu-open) .header-mobile-logo { filter: brightness(0) invert(1); } This has stopped the desktop version working. Could you help please?https://spinach-tarpon-d9kn.squarespace.com/trade PS: CarrionBelts Edited September 26, 2022 by PamP Link to comment
tuanphan Posted September 27, 2022 Share Posted September 27, 2022 If you want code run on mobile only, use this new code @media screen and (max-width:991px) { body:not(.header--menu-open) .header-mobile-logo { filter: brightness(0) 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