Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] How do I change colors in BP theme footer

  • @bornholmeren

    Participant

    Hello

    How do I change the text and link color in the footer below my site? I use BuddyPress Child Theme.

    I copyed footer.php to my child theme and changed the text, but how do I also change the colors of text and links?

    My site: http://www.bornholmeren.net

    Bornholmeren

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mercime

    Participant

    @bornholmeren To change color of footer text, add the following to your style.css file and adjust to taste

    div#footer {
    color: #555;
    }

    To change color of footer links, add the following to your style.css file and adjust to taste

    div#footer a {
    color: #006;
    }

    @bornholmeren

    Participant

    Thanks, I can use that also, but what I ment was the link and text belove my hole site, in the bottom, where it says:

    http://www.bornholmeren.net er lavet i WordPress og BuddyPress.

    It is not easy to read with the color it has know.

    @mercime

    Participant

    div#site-generator p,
    div#site-generator a {
    color: #fff;
    }

    @bornholmeren

    Participant

    This worked. Thank you very much 😀

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] How do I change colors in BP theme footer’ is closed to new replies.
Skip to toolbar