Hello! Used CSS to color hyperlink text. If there was a possibility of just making that a color picker option though (not everyone feels comfortable with CSS) that’d be awesome.
2 Likes
Nice idea! If more users support this request, we’ll try to consider it in the future
Guys, if you’d also like to change the color of the hyperlinks, please use this code in the Custom CSS field on the Style tab of your widget’s settings:
[class*='Description__Container-sc'] a {
color: green; /* change color to the one you need */
}
2 Likes