[Resolved] link color in custom copyright

Home Forums Support [Resolved] link color in custom copyright

Home Forums Support link color in custom copyright

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151204
    Allen

    I think this is probably a css question than anything else…

    I installed a custom css plugin and adding the following style which successfully changes the custom copyright text to red:

    .inside-site-info {
    color: red;
    }

    What I really want to do though is change the color of the links. This seems to do nothing:

    .inside-site-info a:active, a:visited {
    color: red;
    }

    The links themselves are there and they work when I click on them, but I’m having trouble making them a distinct color.

    Any suggestions? My apologies that I’m a css neophyte…

    #151219
    Allen

    I finally figured out that this works, so I just need to get my css str8

    .inside-site-info a {
    color: red;
    }

    #151244
    Tom
    Lead Developer
    Lead Developer

    You should also just be able to use the Colors add-on.

    Go to “Customize > Colors > Footer Colors” and you can use the link option.

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