Site logo

Archived topic

Underline Hyperlink in Footer - Copyright Section

6 replies · Started by Janine on February 22, 2021

Viewing posts 1–7 of 7

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.

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.

This archived topic is closed to new replies.