dawn theme: add additional font color on the homepage

Hi! How can I change the font color on www.10xfuel.com in this section from black to white?

Thank you!

Hi @10xfuel ,

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like

Hi @10xfuel

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.rich-text.content-container.color-accent-2.gradient.rich-text–full-width.content-container–full-width.section-template–15940951933066__f527a46f-7f6b-436e-91fe-5a19fe7864da-padding, h2, strong {

color: white !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi @10xfuel

This is result!

  1. Go to Online Store → Click edit code button
  2. Find theme.liquid file → add the following code just bellow tag