Now, the header turns white only when I hover over it or when I scroll down.
But I want my header to be white all the time, not transparent.
link: https://mommycare-us.com/
Please help. Thanks!
A Shopify store owner using the Stiletto theme wants to change their header from transparent to permanently white, and remove a greyish filter from slideshow images.
Initial Problem:
Solution Provided:
Multiple users offered CSS solutions. The working fix involved:
.header{
background-color: #fff;
}
Current Status:
The discussion includes screenshots showing the theme customization interface and the CSS implementation area.
Now, the header turns white only when I hover over it or when I scroll down.
But I want my header to be white all the time, not transparent.
link: https://mommycare-us.com/
Please help. Thanks!
Can you provide a password?
xxxxx
here!
also, there is this greyish filter on the slideshow images
can you remove the greyish color as well?
Thank you!
The password doesn’t seem to be correct.
sorry its my first time using Shopify
where is the password..?
meelyo
here!
.header{
background-color: #fff;
}
Hello @wisemoster20 ,
Could you please provide the password to your store so that I can check it and provide you with the exact solution?
If you are a first-time Shopify user, please follow these steps to find your password:
Please add this code to Custom CSS in Sale Channels > Online Store > Themes > Customize > Theme settings
html header { background-color: #fff !important; }
html header a { color: #121212 !important; }
meelyo
this is the password!
where in theme settings?
oh it worked! thank you so much!!
also there is this greyish filter on the slideshow images
do you know how to remove the greyish color?