Change text colors from white to black on different sections

I’m trying to change the white text to black on some of the lighter color sections of the site.

I want to be able to have white text on black sections and black text on white sections.

Do I do this in the theme settings or do I need to add code.

I’m using the dawn theme

https://bleswold.myshopify.com/

pw cheese

1 Like

Hi @kirkcanada

Every section for Dawn Theme has a color scheme, which you can assign the said colors, but if you are talking about part of the section, you might need customized code to do those.

1 Like

Hello @kirkcanada

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

a.button.button--primary
1 Like

I’ve added that code to the very bottom of the page but I don’t’ see any changes

It seems like the way to change it was to go into the theme settings and change the solid button label.

This really makes no sense as I’m changing text color in a paragraph, but it worked.