Stiletto Theme - I want my header to be white all the time, not transparent.

Topic summary

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:

  • Header only appears white on hover or scroll
  • Store URL: mommycare-us.com
  • Store password: meelyo

Solution Provided:
Multiple users offered CSS solutions. The working fix involved:

  1. Navigate to theme editor → Header section
  2. Add custom CSS code:
.header{
  background-color: #fff;
}

Current Status:

  • Header issue: Resolved - the CSS solution successfully made the header permanently white
  • Slideshow filter issue: Unresolved - the user still needs help removing the greyish overlay on slideshow images

The discussion includes screenshots showing the theme customization interface and the CSS implementation area.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

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!

Hi @wisemoster20

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!

  1. edit theme and click Header section

  1. in Custom CSS add background-color: #fff;
.header{
background-color: #fff;
}
  1. 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:

    1. In your Shopify Admin, navigate to Online Store > Preferences.
    2. Scroll down, and you will find your store password.

Hi @wisemoster20

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; }

its still the same not working

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?