Site logo

Archived topic

Site info css

5 replies · Started by Sally on November 19, 2015

Viewing posts 1–6 of 6

Hello,

Have tried a number of times, but can't change the colour and links colour in the site info area. Have tried:

.site-info {
    background-color: #efefef;
}

but nothing happens. Also, how to change the link colours in the site info?

Thanks

Hi there,

Do you have our Colors add-on? That's the best way to do it through the Customizer.

Otherwise, you'll need to do this:

.site-info a,
.site-info a:visited {
    color: #ffffff /* link color */
}

.site-info a:hover {
    color: #ffffff /* link color on hover */
}

Hello,

Fabulous quick response. Thanks for this. This changes the link colours. My lasting challenge is getting the site info area to change colour. We've got the colours add on, but still not getting the colour change below the footer widgets in the site info bar.

The Colors add-on isn't changing the site footer background color?

Can you link me to your site?

Hi Tom,

Thanks. We've discovered that the footer colour css didn't work in multi-site, but works ok by itself.

Hmm, it should work just like on a regular site in multisite, as you would be editing the options within each individual site inside the Customizer. Once logged into the individual site within multisite, everything should act as an independent WordPress site.

This archived topic is closed to new replies.