How do I change the color of the Header text in Sense theme

Hey, I want to change ONLY the header text color in the Sense theme. Currently, in Theme settings, it changes both page text and header text and I cant find a way to change only the Header text, can anyone help me, please?

Thank you!

Hi @superninja12 ,

For your question, you can please tell me know what the color you want change for header part? and give the url of store? because the issue regarding make style, so i will going to check after that i provide the solution for you.

Thanks!

Hi @Superninja12,

You can follow this instruction to change the header text color

  1. Go to Online store > Themes > Edit code
  2. Assets > Component-image-with-text.css > Paste below code at the bottom of the file.
.image-with-text__content,
.image-with-text__heading{
	color: #000 !important;
}

Then alter the color code as your request.

I hope it would help you.

Hey, I want to change the text of the header to black (right now it changes the body text too)
https://sleepifyisrael.myshopify.com/

Its currently black because I cant put it on white since it wont show (If you can see the page text is also black)

Im able to change the page text to white on settings but It will change the header too, thats why I want some code to change only the header)

thank you!

Hi @superninja12 ,

Can you please add the short code at the bottom of assets/base.css file.

.announcement-bar .announcement-bar__message,
.header__heading .header__heading-link .h2,
.header__inline-menu li .header__menu-item{
  color: black;
}

Let me know if you have any question about this issue,

Thanks!

It worked, but now the title of the featured product is also white and can barely be seen also, the whole product page text is white..

As you can see on my website link above.

Is there are fix for that?

Thank you!!