All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
Please share your store url
Do you want like this ?
Only the subcategories under Originals which are the ALL ORIGINALS, DRAWINGS, PAINTINGS, and so with others please
OK, it,s not a big game you need to add some custom css i will provide you the code after sometime
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
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