JaydenCruzL Posted July 10, 2020 Share Posted July 10, 2020 (edited) 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 Edited July 10, 2020 by JaydenCruzL Link to comment
tuanphan Posted July 10, 2020 Share Posted July 10, 2020 (edited) Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .shrink .header-title-logo img { visibility: hidden; } } Edited July 10, 2020 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Create an account or sign in to comment
You need to be a member in order to leave a comment