Hello,
Is there a piece of code that I could put in the quick css bit that would turn all of my hyperlinks into a bold font?
Thank you,
Lauren
a { font-weight:bold; }
that will turn all hyperlinks bold
TJ
Hi,
Thanks for the help @tjswarbs78, if that code should not work you could try the following instead:
a { font-weight:bold !important; }
Thanks,
Rikard