Hi want to change the text in my slideshow section to white color. I tried to add the code to theme.liquid but nothing happened.
Ps: my theme.liquid in the Layout not the Assets
Hope anyone could help me
Hi want to change the text in my slideshow section to white color. I tried to add the code to theme.liquid but nothing happened.
Ps: my theme.liquid in the Layout not the Assets
Hope anyone could help me
Here is my website: https://pawtythepetstore.com/
Hi Leo,
Try the code below, copy and paste it in the Custom CSS of the Slideshow section.
h2 { color: #fff;}
.slideshow__text { color: #fff;}
Hope this helps!
I found the slideshow.liquid file in the Sections paste the code but it doesn’t work
Hi Leo,
The code I provided is not for the .liquid file, sorry for the misunderstanding.
Here are the instructions:
go to Online Store/Themes > Customize
click on the Slideshow section > scroll down to CUSTOM CSS and paste the code
h2 { color: #fff;}
.slideshow__text { color: #fff;}
Have a great day.