Changing the text colour of featured on Dawn theme

How can I change the text of the featured collection in the Dawn theme? This section is in my Accent 2 which allows me to change the background colour but doesn’t let me change the text colour?

1 Like

Hey @RosebudCasson , thanks for reaching out.

To change the font color of Accent 2 you have to change the Secondary color in the theme settings > color section. Here is a screenshot to show you which one to change:

If you change the secondary color it will change for all the accents since they don’t have their own field to change each accent independently of one another. You can make that change through CCS (custom coding), I know there are a lot of partners that share custom html coding in the Shopify Partners Community. You can try posting your request there.

If you’re not comfortable performing any custom html changes yourself you can contact Shopify Support and take advantage of the 1 hour coding changes we offer. The account you’re working on must be subscribed to the Basic plan or higher, and you have to be using a Shopify made theme to submit a request.

I hope that helps, and let me know if you have any other questions.

@RosebudCasson

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.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Thank you, it is

https://heads-shed.myshopify.com/

password: moo

Thank you, it is

https://heads-shed.myshopify.com/

password: moo

1 Like

Thank you for getting back to me. The secondary colour is indeed set at a dark brown but the text on the green background still shows up white.

I’d be confident to implement some custom code if i knew what the code was so I will try your suggestion of asking for html code in the Partners Community.

Thank you

@RosebudCasson

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.
#shopify-section-template--14651478376513__featured_collection .color-accent-2.isolate.gradient {
    background: #fffbf2;
}

Hello,

Thank you for getting back to me.

I have tried that but it has changed the background colour and not the text colour. I just need the text colour changing to #4E4038