Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1226453
    Adam Breen
    Participant

    hi there
    I am attempting to set the colors in my footer as follows

    all content, including links & icons: #ffffff
    hover color on links & icons: #ff5100

    I have got part way there using the css provided in other forum posts, but it’s not correct, and I can’t determine what the issue is

    thanks

    http://livingnow.com.au

    #1226485
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-colophon.bottom .x-colophon-content,
    .x-colophon.bottom .x-nav li:after,
    .x-colophon.bottom .x-colophon-content a {
        color: #fff;
    }
    .x-colophon.bottom .x-colophon-content a:hover,
    .x-colophon.bottom .x-nav li a:hover {
        color: #ff5100;
    }

    Hope it helps 🙂

    #1226503
    Adam Breen
    Participant

    perfect – thanks

    #1226510
    Thai
    Moderator

    If you need anything else please let us know.

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