Mjhalo831 Posted September 27, 2022 Share Posted September 27, 2022 Hi All! Would appreciate some help on this. On the desktop version of my site I put a little ||| icon that leads to a drop down menu. Unfortunately when I look at this on Mobile, I want the first thing the user sees to be the drop down menu pages, not the ||| symbol. I hope that makes sense. I've attached images!! thank you! Link to comment
tuanphan Posted September 27, 2022 Share Posted September 27, 2022 Try adding this to Design > Custom CSS @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } } 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
Mjhalo831 Posted September 27, 2022 Author Share Posted September 27, 2022 Oh wow, wow, thank you so so much. That really worked!!! ❤️ Link to comment
Mjhalo831 Posted September 27, 2022 Author Share Posted September 27, 2022 Do you know if there is a way to make just that mobile text smaller or a different size? I see Squarespace allowed me to change the line spacing, but the size option I'm not seeing. Link to comment
tuanphan Posted September 30, 2022 Share Posted September 30, 2022 On 9/28/2022 at 5:35 AM, Mjhalo831 said: Do you know if there is a way to make just that mobile text smaller or a different size? I see Squarespace allowed me to change the line spacing, but the size option I'm not seeing. Use this new code @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } .header-menu-nav-folder-content * { font-size: 10px !important; } } 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
HS1 Posted June 24 Share Posted June 24 Thanks this is helpful! Is there any way of also keeping the nav bar button underneath the open dropdown? .header-menu-nav-folder[data-folder="root"] { display: none !important; } This hides the menu dropdown button AND the work nav button. Is there a way to only hide 'menu>' and keep the 'work' Link to comment
tuanphan Posted June 25 Share Posted June 25 On 6/24/2024 at 8:58 AM, HS1 said: Thanks this is helpful! Is there any way of also keeping the nav bar button underneath the open dropdown? .header-menu-nav-folder[data-folder="root"] { display: none !important; } This hides the menu dropdown button AND the work nav button. Is there a way to only hide 'menu>' and keep the 'work' Can you share site url? I can check & adjust code easier. 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