LuckyAndSon Posted July 25, 2023 Posted July 25, 2023 (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, 2023 by LuckyAndSon
tuanphan Posted July 26, 2023 Posted July 26, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted August 9, 2023 Posted August 9, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment