How can I change menu color on mobile + address color in notification e-mails?

Hi, just like the title says, I have two questions about changing colors.

  1. How can I change the color of the menu when I view my website on a smartphone?

It’s green and I would like to change it to white.

  1. How can I change the color of the address when someone receives a notification e-mail?

It’s blue now and doesn’t fit my current theme.

Thank you :slightly_smiling_face:

1 Like

Hello @funiki_nl
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

1 Like

Hey @funiki_nl

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Can I dm you :slightly_smiling_face:

1 Like

Yes, you can send me a message.

1 Like
  • Here is the solution for you @funiki_nl
  • Please follow these steps:

  • Then find the theme.liqid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
@media only screen and (max-width: 600px) {
.vertical-mega-menu>.buddha-menu-item>.mm-submenu.tree .mm-title {
    color: #685A81 !important;
}
.vertical-mega-menu>.buddha-menu-item>.mm-submenu.height-transition {
    background-color: white !important;
}
}

Can you find file “buddha-megamenu2.css” and add this code to last line file “buddha-megamenu2.css” @funiki_nl

1 Like