What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I change the background color of the mobile menu

Solved

How can I change the background color of the mobile menu

Vizono
Explorer
66 0 9

I want to change only this part of the mobile menu to #FFF7FC, but not the outside menu.

 

Any experts can help me with the code? Thanks.

 

My website: vizono.co

 

menu.jpg

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4808 1088 1758

This is an accepted solution.

Hi @Vizono 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
div#navigation-mobile, .menu-heading-mobile.halo-sidebar-header {
    background: #FFF7FC;
}
</style>

PageFlyRichard_0-1705467398909.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
4808 1088 1758

This is an accepted solution.

Hi @Vizono 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
div#navigation-mobile, .menu-heading-mobile.halo-sidebar-header {
    background: #FFF7FC;
}
</style>

PageFlyRichard_0-1705467398909.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.