Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1191914
    dano007
    Participant

    Hello,

    How can I use custom CSS to target the areas shown in the images:
    Header – social icons – to be white
    Footer – social icons – to be white
    Footer – text link for yostrato to be white.

    THank you

    #1191922
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-social-global a,.x-colophon.bottom .x-nav li a {
        color: #fff;
    }

    Hope that helps.

    #1192052
    dano007
    Participant

    That worked, the only bit that is missing is turning the yostrato text white as per the final image?

    #1192059
    Lely
    Moderator

    Hi There,

    Please update above to this:

    .x-social-global a,.x-colophon.bottom .x-nav li a,.x-colophon.bottom .x-colophon-content p, .x-colophon.bottom .x-colophon-content a {
        color: #fff !important;
    }

    If this doesn’t do the trick, please share your site URL.

    #1192098
    dano007
    Participant

    Perfect, Many thanks.

    #1192112
    Lely
    Moderator

    You’re welcome!

    Cheers!

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