cyborg Posted January 5, 2022 Share Posted January 5, 2022 Site URL: https://liosan.ink QUESTION 1: How to remove logo from all pages but homepage ? QUESTION 2: how to remove written menu in homepage in desktop ? QUESTION 3: how to make overlay menu button at bottom page as well as top? Thank you ! Link to comment
tuanphan Posted January 7, 2022 Share Posted January 7, 2022 #1. Add to Design > Custom CSS /* hide logo */ body:not(.homepage) header#header img { visibility: hidden !important; } #2. Add this CSS /* hide nav items on desktop */ @media screen and (min-width:992px) { .header-nav { display: none; } } #3. This need a Business Plan or higher. Do/will you use Personal or Business Plan? 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