Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144286
    lisacole1
    Participant

    Hi, on http://www.glowfertility.com/
    I’ve used

    .x-social-global a.facebook{
    	background-color:#3b5998
    }
    
    .x-social-global a.twitter{
    	background-color:#00abf0
    }

    etc. to get the colours of the social media icons to show without a roll over in the header.

    How can I get it to do that on the footer as well please.

    #1144626
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-colophon.bottom .x-social-global a {
        color: #fff;
        font-size: 26px;
    }

    Hope it helps 🙂

    #1146158
    lisacole1
    Participant

    perfect! thank you so much!

    #1146206
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

    #1154634
    lisacole1
    Participant

    How do I get that to work in the header as well please – it is dependent on the nav bar font colour at the moment.
    I tried

    .x-colophon.top .x-social-global a {
        color: #fff;
        font-size: 26px;
    }

    but it didn’t make a difference

    #1154662
    Friech
    Moderator

    Hi There,

    Replace the .x-colophon.bottom with .x-topbar.

    e.g.

    .x-topbar .x-social-global a {
        color: #fff;
        font-size: 26px;
    }

    Hope it helps, Cheers!

    #1154680
    lisacole1
    Participant

    doh! I was so close, yet so far!
    huge thanks!

    #1154688
    Friech
    Moderator

    You’re more than welcome.

    Cheers!

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