[Resolved] Site info css

Home Forums Support [Resolved] Site info css

Home Forums Support Site info css

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #154197
    Sally

    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

    #154246
    Tom
    Lead Developer
    Lead Developer

    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 */
    }
    #154289
    Sally

    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.

    #154311
    Tom
    Lead Developer
    Lead Developer

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

    Can you link me to your site?

    #154834
    Sally

    Hi Tom,

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

    #154880
    Tom
    Lead Developer
    Lead Developer

    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.

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