Is there a way to change the font color for text links using rich text or basic text. Maybe I’m missing something but that seems like something that would be possible. Maybe custom css using ?
Thanks in advance!
Is there a way to change the font color for text links using rich text or basic text. Maybe I’m missing something but that seems like something that would be possible. Maybe custom css using ?
Thanks in advance!
create a class (e.g. link–light, or link–dark) and add the style to the custom css area, e.g. %root% a {color: #XXXXXX;}
If you want to do it globally, then add .brxe-text-basic a, .brxe-text a {color: #XXXXXX;} to wherever you store your global styles