Shopify themes, liquid, logos, and UX
Hi All,
I am unable to remove the drop down menu from the mobile view of my site uralorganics.com.
Could anyone please suggest if it can look like the menu on the desktop site or at-least be always visible. Customers are complaining that the site has no products listed apart from what's visible.
Please help!!!
Add this code in theme.scss or Theme.css
.btn--link site-header__icon site-header__menu js-mobile-nav-toggle mobile-nav--open{
display:none;
}
thank you.
Added it here and saved. Doesn't seem to help dear. The issue still persists
@media only screen and (max-width: 749px){
.site-header__icons .btn--link, .site-header__icons {
display: none;
}
}
@dakshdawar
use this
@Zworthkey Thanks a lot for trying to help, however it doesn't seem to be working out. 😞
Still no change after I updated
@media only screen and (max-width: 749px){
.site-header__icons .btn--link, .site-header__icons {
display: none;
}
}
Use this this will help you to remove.
Thanks again.
This completely removes the drop down, but we cant see any menu options on the top like the desktop. 😞
Screen shot pls
In Hamberg, menu dropdown menu exists.
@media only screen and (max-width: 749px){
.site-header__icons .btn--link, .site-header__icons .site-header__cart {
font-size: calc(((var(--font-size-base))/ (var(--font-size-base))) * 1em);
}}
Search this In theme.scss.
And remove this.
@media only screen and (max-width:749px) {
}
User | RANK |
---|---|
61 | |
58 | |
47 | |
42 | |
40 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023