JaydenCruzL Posted July 10, 2020 Share Posted July 10, 2020 Site URL: https://justmeatsdeli.com/ Is there a way to disable the header from showing when I scroll up on the mobile version of my site using CSS? Site: https://justmeatsdeli.com/ Password: hey Link to comment
tuanphan Posted July 10, 2020 Share Posted July 10, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .shrink .header-title-logo img { visibility: hidden; } } 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
JaydenCruzL Posted July 10, 2020 Author Share Posted July 10, 2020 It didn’t seem to work. Is there any other way it can be done? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.