you can find my issue in the image below. My website is Armwrestling.shop
Thank you for all your help in advance!
@AiTrillion I am good thank you, i hope the same for you. My URL is: www.Armwrestling.shop
Hey @Anacondan
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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;
}


