• Resolved barbellfocus

    (@barbellfocus)


    Ah, been fiddling with the codes for a while now and I can’t seem to figure it out…

    How should I go about doing this? I’m trying to change the color of the links in the footer. I’ve managed to change the color of the Copyright line, but not the actual links.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi barbellfocus,

    please add this to “Custom CSS”:

    footer a { color: #123; }
    footer a:hover { color: #456; }

    Just change the colors as you like.

    Regards
    Michael

    Thread Starter barbellfocus

    (@barbellfocus)

    hmm…I added that to the custom css and changed colors, but nothing!
    The links are still black…. :/
    suggestions?

    Hi barbellfocus,

    sorry, I thought you mean the normal links inside the footer box. But I have just checked your site and as I see, you did customize the copyright notice and added some links. Please always add this kind of information to your questions, I can’t smell that you did customize something. So my answers are always based on the default theme codebase. 😉

    Please add this to “Custom CSS”:

    .copyright-wrap a { color: #123; }
    .copyright-wrap a:hover { color: #456; }

    Don’t forget to change the colors, that are just dummy values.

    Regards
    Michael

    Thread Starter barbellfocus

    (@barbellfocus)

    Ah, my mistake! Should have specified, definitely will do next time. Much thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the color of footer links?’ is closed to new replies.