Footer Link Color?

rpowell138
rpowell138

I see this noted a few places as an issue, and that CSS can fix it, but no actual code.

I want to change the font color for links in the footer (Terms of Use, Privacy Policy, Home).

What code can I use to change just that section, nothing else on the page?

Comments

  • cgregory
    cgregory
    Posts: 780

    Since they are links you can't just target any thing that is an a, otherwise you will target every link. Looking above those links there is a campaign-footer id, so you can use that to target any a that occurs after the campaign-footer id

    #campaign-footer a {

        color: red !important;

    }

    Not 100% sure if you need the !important but you can try it with and without it.

    They are among us!

    image

                       XCom: Defiance - Campaign of the Month November 2016

     

     

  • rpowell138
    rpowell138
    Posts: 11

    That worked great. Thanks. 

Sign In or Register to comment.

March 2024
Wrath of the Highborn

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions