Need HELP with with two things on a very specialized theme -- see details below

Hello, I have a new store – https://www.comfortgifts.co/ , I need help on two things on this screenshot – see here: https://ibb.co/wBnxmqp

  1. this is very specialized theme, can someone help me with changing the font from white to black?

  2. I need the first CTA button background color change from white to black and the font color on CTA change from black to white?

Let me know if this is possible?

1 Like

Hi,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.banner__text.subtitle span { color: #000; }
.banner__buttons a { background: #000; color: #fff}

sorry for the delayed response, but omggg it works thank you! :grin: