Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello, I am currently using the Dawn theme and am trying to change the color of the text for the Testimonials section of the main page. I am using the Testimonials section through Shopify API, and can find a way to change the background but not the text.
Please let me know what additional information or questions you may need from me as this is the first site I have made using Shopify.
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
ul#Slider-template--15642360807490__testimonial_eDdFke .multicolumn-card {
background: #121212;
}
ul#Slider-template--15642360807490__testimonial_eDdFke .multicolumn-card * {
color: #fff;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @davidignite
Would you mind sharing your store URL? Thanks!
This is an accepted solution.
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
ul#Slider-template--15642360807490__testimonial_eDdFke .multicolumn-card {
background: #121212;
}
ul#Slider-template--15642360807490__testimonial_eDdFke .multicolumn-card * {
color: #fff;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This worked great! Thank you so much!
I also forgot to mention the Heading and Sub-heading . Is it possible to change this font to white? See picture:
Sure, add this code then on same file.
.multicolumn .title {
color: #fff;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
You are incredible! Thank you so much!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025