Hi,
I don’t know how to differentiate bold text from link text.
In general styling I can’t see how differentiate them.
Can you help me please?
Thanks!
Hey sparkylab,
You can do this with quick css:
a{
color:red!important;
}
b{
color:green!important;
}
adjust the colors to whatever you want.
Best regards,
Jordan Shannon
Hi,
Can you explain me better what should I do?
Where I put this code?
How I change the colours then?
Thanks