Hi!
I’d like to know how to change text color for only my header and footer for my website (https://the-compendium.myshopify.com/) which is using the Taste theme now. It is now black against a dark green background, but I want it in white.
Can someone please advise? Thank you in advance!!
2 Likes
The landing page is password protected.
@thecompendiumkl
oh sorry for that issue how can i check bcz your store password protect can you please send me
Hi! Sorry for the late reply. Here’s the password: thecompendiumkl. Thanks!
Hi! Sorry for the late reply. Here’s the password: thecompendiumkl. Thanks a bunch!
1 Like
@thecompendiumkl
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.header__menu-item, .header__menu-item span, .header__icon span {
color: #fff !important;
}
.header__icon .icon path {
fill: #fff !important;
}
1 Like
Hi,
Thank you so much for the help! What should I do for the footer?