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!
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024