To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
x-header.header:hover {
background: white !important;
}
x-header.header:hover * {
color: black !important;
fill: black !important;
}
ul.header__dropdown-menu > li {
text-decoration: underline !important;
}
Here is the result: https://prnt.sc/Kpu54I2OSHbh ; https://prnt.sc/cHmPhEzg4PWR
Please note that if you change the header to white color, the logo will be gone as the logo is white image
I hope this helps
Best,
Tiana