Hi,
I would like to change the styling of hyperlinks in standard body text. How can I do this with custom CSS?
Hi Jack86!
Add this to your custom CSS.
.content p a { color: red !important; font-style: italic !important; }
Cheers!
Elliott
Hello Elliott,
That did the trick. Many thanks!