Shopify themes, liquid, logos, and UX
The changes I've made using code on my website only appear on desktop. For example, I removed the search icon on the header of the homepage but it still shows up when on mobile. Does anyone know why this could be happening? I'm using the Dawn theme.
password - chewno
Solved! Go to the solution
This is an accepted solution.
Hi @isaacdob ,
I saw your code only hide icon the screen larger 989px;
May I suggest you add code below to end of Assets/base.css file
.header:not(.header--top-center) > .header__search,
.header--top-center * > .header__search {
display: none;
}
This is an accepted solution.
Hi @isaacdob ,
I saw your code only hide icon the screen larger 989px;
May I suggest you add code below to end of Assets/base.css file
.header:not(.header--top-center) > .header__search,
.header--top-center * > .header__search {
display: none;
}
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025