Re: Change menu background colour

Solved

How can I change the menu background color to black in Kalles theme?

Abcd77
Shopify Partner
16 0 5

Hii. Can anyone please help me change the background colour of the menu to black in Kalles theme. 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3101

This is an accepted solution.

Hi @Abcd77 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
div#t4s-menu-drawer {
    background: black;
    
}

.t4s-drawer__header> span,
ul#menu-mb__ul >li > a{
    color: white;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 5 (5)
Abcd77
Shopify Partner
16 0 5

Sure. Please send your email id.

PageFly-Victor
Shopify Partner
7865 1785 3101

Hi @Abcd77 ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

Abcd77
Shopify Partner
16 0 5

Sure. Please share your email id

PageFly-Victor
Shopify Partner
7865 1785 3101

This is an accepted solution.

Hi @Abcd77 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
div#t4s-menu-drawer {
    background: black;
    
}

.t4s-drawer__header> span,
ul#menu-mb__ul >li > a{
    color: white;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

Abcd77
Shopify Partner
16 0 5

Thank you so much mate. This worked perfectly!