Mobile Menu Footer color on Rider Theme

you can find my issue in the image below. My website is Armwrestling.shop
Thank you for all your help in advance!

Hello @Anacondan ,

I hope you are well!

Can you please share me the store URL?

@AiTrillion I am good thank you, i hope the same for you. My URL is: www.Armwrestling.shop

Hey @Anacondan

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.menu-drawer__utility-links {
    background: dimgray !important;
}
</style>

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Please copy and paste the code below by going to the Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.

.footer__content-bottom.scroll-trigger.animate–slide-in {

background-color: #2f2f31;

}

This will change the color like:

Hi @Anacondan,

Please go to Actions > Edit code > Custom CSS and add code:

.header--has-social .menu-drawer__utility-links {
    background: #34742c !important;
}