[Resolved] Underline Hyperlink in Footer – Copyright Section

Home Forums Support [Resolved] Underline Hyperlink in Footer – Copyright Section

Home Forums Support Underline Hyperlink in Footer – Copyright Section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1668263
    Janine

    Hi.

    How can underline or change the colour of the hyperlink in the copyright section of the footer?

    Thank you.

    #1668286
    Ying
    Staff
    Customer Support

    Hi Janine,

    Try this CSS for colors and underline:

    .copyright-bar a:hover {
        color: #000;
        text-decoration: underline;
    }

    Let me know ๐Ÿ™‚

    #1668336
    Janine

    Hi, Ying.

    Nothing happened with that code.

    Thanks.

    #1668341
    Ying
    Staff
    Customer Support

    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.

    #1668376
    Janine

    Thanks, Ying.

    I wanted it to apply to the footer bar where the copyright resides, not the footer widgets.

    Thank you.

    #1668412
    Ying
    Staff
    Customer Support
    #1668424
    Janine

    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.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.