LuckyAndSon Posted July 25 Share Posted July 25 (edited) The top image of my mobile website includes the company logo, so I have added in code to not display the logo on the home page. However, once you start scrolling, a yellow bar appears at the top with the mobile burger menu in it and looks very empty without a logo there. Is it possible to keep the logo hidden for my top section of the site, but then have it show once you start scrolling down the page again? Edited July 25 by LuckyAndSon Link to comment
tuanphan Posted July 26 Share Posted July 26 Hi, What is site url? 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
LuckyAndSon Posted August 8 Author Share Posted August 8 https://www.craftedfestival.com.au/ Link to comment
tuanphan Posted August 9 Share Posted August 9 Add this code to Design > Custom CSS to show logo on scroll /* Show logo on scroll */ @media screen and (max-width:767px) { body.homepage .shrink .header-title-logo { display: block !important; } } If the code doesn't work, please check on live mode or incognito window 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment