Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1111910
    f3nc1ng
    Participant

    Hi, I’m trying to make the footer display text (colour #2f4f4f) on a white background. Not having much luck.

    These are the settings I have on in customiser are
    Footer Widget Area – None
    Bottom Footer – On
    Menu Footer – Off
    Footer Content – On
    And text in the footer content box.

    Have been through the forum and found various css to add to but none of it’s made any difference. I don’t really have any css knowledge so it’s been a case of copy and paste. At the moment, this is what I have in the custom bit of the customiser:

    .x-colophon.bottom {
    background-color: #ffffff;
    color: #2f4f4f;
    }

    .x-colophon.bottom a {
    color: #2f4f4f;
    }

    .x-colophon.bottom a:hover {
    color: #80A88B;
    }

    Please could you tell me what I’m doing wrong. The site I’m working on is: http://www.fencingandlandscaping.com

    Thanks for your time.
    Liz

    #1111911
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-colophon.bottom .x-colophon-content {
        color: #000;
    }

    Hope it helps 🙂

    #1112130
    f3nc1ng
    Participant

    Thanks very much.

    #1112150
    Rupok
    Member

    You are welcome. Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1111910 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>