Archived topic
Underline Hyperlink in Footer - Copyright Section
6 replies · Started by Janine on February 22, 2021
Hi.
How can underline or change the colour of the hyperlink in the copyright section of the footer?
Thank you.
Hi Janine,
Try this CSS for colors and underline:
.copyright-bar a:hover {
color: #000;
text-decoration: underline;
}
Let me know :)
Hi, Ying.
Nothing happened with that code.
Thanks.
I don't see the CSS has been added to your site yet, it should work as soon as it's been added like showing in the video:
https://www.screencast.com/t/zqMqYrHXB
If you have a caching plugin, clear cache and disable it, clear browser cache refresh page see if it works then.
Thanks, Ying.
I wanted it to apply to the footer bar where the copyright resides, not the footer widgets.
Thank you.
Sorry misunderstanding :P
Updated CSS here:
https://generatepress.com/forums/topic/underline-hyperlink-in-footer-copyright-section/#post-1668286
Hi, Ying.
No worries.
But can I have the hyperlinks look underlined prior to hover?
Can I also have CSS code to change the colour too?
This way I decide which I like best.
Right now, it may not be obvious that they are hyperlinks.