Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, you can do this with css under Appearance -> Styles
Add the following to change the text color:
a.ui.label{
color: #ffffff;
}
Hope this helps
Ben
Hi, you can do this with css under Appearance -> Styles
Add the following to change the text color:
a.ui.label{
color: #ffffff;
}
Hope this helps
Ben
Thank you for the quick answer and solution