Shopify themes, liquid, logos, and UX
Hello guys,
I have a problem. When I increased the font size, my menu bar didn't fit all of these words on the Desktop. Is it possible to hide the first button from the Menu bar (Home/Pradžia)?
Now: HOME - SHOP - NEW - SALE...
I want: SHOP - NEW - SALE...
Thank you
Solved! Go to the solution
This is an accepted solution.
Hey @Atsimataves,
Replace the code with this
<style>
sticky-header .header__inline-menu #HeaderMenu-home {
display: none !important;
}
</style>
Hey @Atsimataves,
Just go to the Navigation options, select your menu and remove it
Hi @ThePrimeWeb, I know this, but I want to hide it only from the desktop and leave it on the phone, because I notice that not all visitors clicked on the logo (home) after coming from the advertisement.
Thank you
Oh, I didn't know that requirement.
You can add this to your CSS.
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
sticky-header .header__inline-menu ul li:first-child {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
@ThePrimeWeb Thanks for trying to help me. A little correction is needed, as this code also deleted the first subcategory from the SHOP section.
Before this code:
After:
Thank you!
This is an accepted solution.
Hey @Atsimataves,
Replace the code with this
<style>
sticky-header .header__inline-menu #HeaderMenu-home {
display: none !important;
}
</style>
Shopify and our financial partners regularly review and update verification requiremen...
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