Change Slide show text colour in Masnory theme

Hi can anyone please help me with changing the text colour on the slide show? at the moment it is not very visible and I couldn’t find any option to change it in theme setting section, the URL is: https://www.flournbutter.com.au/?_ab=0&_fd=0&_sc=1&preview_theme_id=132312301722

thank you!

Hi @hiutungc

This is Lucas 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 styles.css

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

h1.overlay-text__title, .overlay-text__rte.user_content, a.overlay-text__button.button {

color: black !important;

}

Hope that my solution works for you.

Best regards,

Lucas | PageFly

It worked ! Thank you so much!!, if I am after a specific colour for example #E7E7E7, do I just replace the the “black” in coding with #E7E7E7? Thanks again!

1 Like

Yes, you just need to change the black to #E7E7E7

h1.overlay-text__title, .overlay-text__rte.user_content, a.overlay-text__button.button {

color: #E7E7E7 !important;

}

1 Like

Many thanks!!!

1 Like

You are welcome @hiutungc :blush:

Hi @hiutungc

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the styles.css file:

h1.overlay-text__title, .overlay-text__rte.user_content, a.overlay-text__button.button {color: #000 !important;}

Regards,

San