Hello, I’m trying to make the text inside the Hero slideshow black rather than white (or any color of my choice) on my website www.lothaire.fr, using the Impulse theme.
Can anyone help ?
Hello, I’m trying to make the text inside the Hero slideshow black rather than white (or any color of my choice) on my website www.lothaire.fr, using the Impulse theme.
Can anyone help ?
Hi @LothaireBordeau ,
You can add the below css code in custom.css
Online Store > Themes > Actions > Edit Code > Custom.css
.hero__title { color: black; }
Can you please tell me in which part of the code I’m supposed to insert that snippet ?
@LothaireBordeau
Follow below steps
.hero__title { color: black; }
Thank you very much ! That solved it !