Forums
Home / Fixing WordPress / Html links colour
(@lenergiedapprendre)
3 years, 12 months ago
How can I modify the colour of words with html links ?
(@numeeja)
You should be able to achieve this by adding some CSS to your custom styles
eg:
a { color: #bada55; }
Thank you very much Another user of this forum had answered afor the same problem :
a{ colour:#461; } Which CSS is the best ?
The answer I gave above is correct. The #bada55 part is a example placeholder for the color you want the links to be.
#bada55
In the other answer colour is incorrect. It should be color
colour
color