MartinKaninsky38 Posted March 17 Share Posted March 17 Hi, I am trying to hide my darkmode toggle on mobile on home page. I tried to modify this @media only screen and (max-width:676px){ #darkmodetoggle.botton-floating-fixed { display: none !important; } } into this @media only screen and (max-width:676px) {#collection-65c0a68371f15338b01c8988 #darkmodetoggle.botton-floating-fixed { display: none !important; }} But it just doesn't work. Could you help please? Thanks Site www.aboutphotography.blog Link to comment
Solution tuanphan Posted March 20 Solution Share Posted March 20 Use this CSS code @media screen and (max-width:767px) { body.homepage .darkmodeinner { display: none !important; } } 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