How do I make The header Section Pink #F6e4d8?

https://rehyh6182cff398i-60589605120.shopifypreview.com

Any help would be great!

Hi @Finn4

1: Online store > themes > Actions > Edit code > Assets > base.css

2: paste code at last

.header-wrapper.gradient {
    background: #F6e4d8!important;
}

Thank you so much for your help! Also the font on the header to #dd5a3c

@Kani

add this css

@Finn4

pls accept as solution :slightly_smiling_face:

.header__menu-item span,.header__icon .icon {
   color: #dd5a3c!important;
}

How can I change the font on the header to #dd5a3c

@Kani

Thanks

Amazing thank you! Any Idea on How to make all the buttons blue including the one on the main image banner and all the ones on the product page as you scroll down?

THat would be great