How can I change the font color in Dawn theme's multicolumn and slideshow?

Hi, I have been unable to change the font color of the multicolumn and the slideshow component in the DAWN theme. Requesting for some help in this regard please.

Hi @JonnyJonny21

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @BSS-Commerce

URL - https://jonnyjonny-8366.myshopify.com/

PWD - gaumee

Many Thanks,

Parul

Hi @BSS-Commerce

This is the slideshow component on my website - for which I want to change the font color.

URL - https://jonnyjonny-8366.myshopify.com/

PWD - gaumee

Many Thanks,

Parul

Hi @JonnyJonny21

Please follow these steps:

  • Go to Admin => Online Store => Theme => Edit Code. Then, find the file component-slideshow.css and insert the following CSS at the end of the file:
#shopify-section-template--17292525437221__1d2f19ba-b257-4fb3-93b6-5a6977bae96c .slideshow__slide .banner__heading, #shopify-section-template--17292525437221__1d2f19ba-b257-4fb3-93b6-5a6977bae96c .slideshow__slide .banner__text span {

color: #000 !important;

}

Note that you can adjust the color code as you want.

I hope that it will work for your site.