Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi everyone,
im using the dawn theme and would like to know if it's possible to just change one specific rich text color instead of changing all of them?
theamazingraze.ca
this is my side, I would like to change the green rich text section 's font to white #FFFFFF
Thank you very much!
Please add this CSS to your css file
.rich-text__blocks h2.h1, .rich-text__text.rte p{
color:#fff;
}
Thank You!
hi can I please know which css file should I add this code?
@money7854 paste this code on the bottom of the section-rich-text.css file.
.rich-text__blocks a {
color: #fff !important;
}
.rich-text__blocks .h1 {
color: #fff!important;
}
Add code bottom of Assets / base.css file
@infoatcodelab7 hi it works, but it changes all the rich text section . Is that okay I can just change for specific one section?
Which section do you want the color to change?
this one !
Please Add this CSS to your css file
.section-template--15703701094654__rich_text-padding .rich-text__blocks h2,
.section-template--15703701094654__rich_text-padding .rich-text__blocks{
color:#fff !important;
}
Thanks!
hi I tried both base.css or rich text section css. but it doesn't work
put this css to your rich text section file
<style>
.section-template--15703701094654__rich_text-padding .rich-text__blocks h2,
.section-template--15703701094654__rich_text-padding .rich-text__blocks{
color:#fff !important;
}
</style>
thanks!
User | RANK |
---|---|
237 | |
86 | |
84 | |
51 | |
41 |