Why isn't the mobile burger icon displaying on my Debut theme?

Solved

Why isn't the mobile burger icon displaying on my Debut theme?

snaxmedia
Visitor
1 0 1

Hello all,

 

I'm having an issue getting the mobile burger icon to display on the Debut theme on this site - https://www.yipsonline.com/

 

This is the first time I have had this issue and everything appears to be set properly. 

 

Thanks in advance!

Accepted Solutions (2)

KetanKumar
Shopify Partner
37133 3648 12061

This is an accepted solution.

@snaxmedia 

sorry for that issue can you please add this code

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

#mobileMenuToggle span, #mobileMenuToggle span::before, #mobileMenuToggle span::after {
background: #000;
}

 

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

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1426

This is an accepted solution.

hello @snaxmedia 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#mobileMenuToggle span, #mobileMenuToggle span::before, #mobileMenuToggle span::after {
background: #000000 !important;
}


 

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
37133 3648 12061

This is an accepted solution.

@snaxmedia 

sorry for that issue can you please add this code

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

#mobileMenuToggle span, #mobileMenuToggle span::before, #mobileMenuToggle span::after {
background: #000;
}

 

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
mike1231
Shopify Partner
9 0 0

How can I add more category/link in the burger section

Kinjaldavra
Shopify Partner
2302 570 1426

This is an accepted solution.

hello @snaxmedia 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#mobileMenuToggle span, #mobileMenuToggle span::before, #mobileMenuToggle span::after {
background: #000000 !important;
}