STUDIO THEME : How to change text color of body and heading texts?

Hi,

I added my color scheme into the settings of theme but I am not able to apply it to body texts or heading in whole store. Can anyone please tell me how can I apply my color scheme to text and heading color throughout the store?

Thank you for the help.

Regards,

Palak

Use this code

/* Body Text Color */
body {
  color: #333333; /* Replace with your desired body text color */
}

/* Heading Colors */
h1, h2, h3, h4, h5, h6 {
  color: #FF0000; /* Replace with your desired heading color */
}

/* Links Color */
a {
  color: #007BFF; /* Replace with your desired link color */
}

Hi,

Thank you for the help.

I know I can hardcode it with css but I was looking for a solution in a theme settings. From which I can change color of headings and texts by applying the color scheme.

Thanks again.

Regards,

Palak

Yes for that you have to change schema in settings

1 Like

Hi,

Thank you! I was trying to apply my created color scheme but I ended up modifying the existing color schemes. The other way around! :slightly_smiling_face:

Thanks for giving me this idea!

Regards,

Palak