Forums
Home / Theme: Customizr / Distinguish hyperlinks in text
(@carissawp)
11 years, 5 months ago
Hi!
My hyperlinks within my post text are the same color as the rest of the text body. What change can I insert to make them show up purple or gray/blue?
(@wpyogi)
No way to help with CSS without seeing your site. But a browser tool like Firebug should show you the CSS for those links.
https://getfirebug.com
https://www.prettyhungryblog.com
(@dfwmax)
@carissawp
Try this code on your child theme. It worked for me.
a { color: #3366FF; } a:hover, a:focus { color: #0000CC; }