Solved

IMPULSE THEME hide toolbar top navigation

Luxurymrkt
Navigator
576 2 96

5C56F92A-32E0-400D-A21A-67B99312F421.jpeg

Hi,

im looking to hide this top navigation / tooltip:toolbar menu on Desktop only*

any help is appreciated.

 

mike

Thank You | mike
Accepted Solution (1)

LitCommerce
Astronaut
2860 684 730

This is an accepted solution.

Hi @Luxurymrkt,

Go to Assets > theme.css and paste this at the bottom of the file:

@media only screen and (min-width:769px){
	.toolbar__item.toolbar__item--menu {
		display: none !important;
	}
}

it will help you hide only for Desktop.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 8 (8)

KetanKumar
Shopify Partner
36839 3635 11971

@Luxurymrkt 

oh sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.toolbar__item:first-child {display: none;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

LitCommerce
Astronaut
2860 684 730

This is an accepted solution.

Hi @Luxurymrkt,

Go to Assets > theme.css and paste this at the bottom of the file:

@media only screen and (min-width:769px){
	.toolbar__item.toolbar__item--menu {
		display: none !important;
	}
}

it will help you hide only for Desktop.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Luxurymrkt
Navigator
576 2 96

Worked perfect thanks so much

Thank You | mike
BonzaDogTreats
Shopify Partner
94 1 16

Hi, I use this top menu on Impulse, and would like it to show on desktop and mobile - it only shows on desktop. I haven't changed any coding. Is there a way to get it to show up on mobile too please? thank you.

KetanKumar
Shopify Partner
36839 3635 11971

@BonzaDogTreats 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BonzaDogTreats
Shopify Partner
94 1 16

Thank you, website is www.bonzadogtreats.com.au

KetanKumar
Shopify Partner
36839 3635 11971

@BonzaDogTreats 

please confirm this look

KetanKumar_0-1679318469148.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BonzaDogTreats
Shopify Partner
94 1 16

Yes please, that's perfect