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!
@money7854 ,
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;
}
@money7854
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?
@money7854
Which section do you want the color to change?
@money7854
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
@money7854
put this css to your rich text section file
thanks!