Site logo

Archived topic

link color in custom copyright

2 replies · Started by Anonymous on November 7, 2015

Viewing posts 1–3 of 3

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...

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

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

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.

This archived topic is closed to new replies.