How to change background color and text on the Submenu

Hi everyone, can somebody help me please on how to change the background color of the submenu into white and the text color into #83CBC4? Thank you so much!

1 Like

Please share your store url

Hi Ahmad, here’s my Website URL

Hi Steven, here’s my Website URL

1 Like

Hi Dariokc, I tried to set it up to my settings but didn’t work. The shopify chat support told me that i’m using an old version so it needs coding to set up

Do you want like this ?

Only the subcategories under Originals which are the ALL ORIGINALS, DRAWINGS, PAINTINGS, and so with others please

Hello @CamilladE
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

@media only screen and (min-width: 769px) {
.header__submenu.list-menu {
background-color: #fff !important;
color: #83CBC4 !important;
}
}
.header__menu-item:hover {
background-color: #9cc9c6 !important;
color: white !important;
}
}

Thanks

OK, it,s not a big game you need to add some custom css i will provide you the code after sometime