betuel Posted December 30, 2021 Share Posted December 30, 2021 Site URL: https://tecomate.squarespace.com Hello! I'm looking for a CSS solution to keep my "shop" link visible in both Desktop and Mobile view on the navigation/header bar. I want it to show as Logo>Shop>Cart. Website: tecomate.squarespace.com Password: mojave Thank you! Link to comment
betuel Posted December 30, 2021 Author Share Posted December 30, 2021 @tuanphan please help! Link to comment
tuanphan Posted December 31, 2021 Share Posted December 31, 2021 Hi, Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:640px) { header.Header.Header--top { display: block !important; } .Header-inner.Header-inner--top { display: flex; } .Mobile-bar.Mobile-bar--top { display: none; } } betuel 1 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