How can I change font color with code in Dawn theme?

Hello again,

I am trying to change the title “Featured Products” font color into another color using code without using the shopify accent /background color. I have no knowledge in coding and I have failed to look for any past discussion that provided the code. Currently using dawn theme.

Thank you for the helping advance.

1 Like

Please consider adding the store URL.

@KlackzKrypt

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@KlackzKrypt

thanks can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.collection__title h2.title.h1 {color: #d40000 !important;}