My sticky header background is grey. Id like to be able to change it to match my site

My sticky header background is grey. Id like to be able to change it to match my site

nobadshop
Excursionist
56 1 6

Screen Shot 2024-05-07 at 1.41.17 PM.pngI am on impact theme. my sticky header is grey and id like to match it to my #ffffed or just white. 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9885 2354 2953

Hi @nobadshop 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
store-header.header {
    background: #ffffed !important;
}
}

 

And Saved. 

If its not working, would you mind to share your store URL? Im only using the demo theme on that code. Thanks!

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
nobadshop
Excursionist
56 1 6

Hello, after inserting the code it did not work. My store is not live right now. Will i have to make the store live and unlocked then send the url to you?