Can I alter Accent 1 text color to white on my website?

Currently my font almost blends in with the background colour. I’m wondering if it’s possible at all to change the colour of the font to white, atm its #FCFCFC

Link to web: https://fleurelleflowers.myshopify.com/

Hi @Smander,

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

.color-accent-1 h2,.color-accent-1 p{
        color:#FCFCFC !important
    }

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

@PageFly-Victor thanks, worked perfectly!

@smander ,

You are welcome, I’m glad when I can help you :heart_eyes: