Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1033549
    worldofjames
    Participant

    Hi there

    As ever, loving X and the hard work you guys put in to helping us all out.

    I want to tweak the social icons in my topbar. Is there a way to add them in separate colors?

    Also, I’d like a call to action to come in front of them. Something along the lines of ‘Follow us on social media’. Is this possible?

    http://www.liveeveryminute.co.uk

    Many thanks
    James

    #1033580
    Rue Nel
    Moderator

    Hello James,

    Thanks for writing in!

    To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css (if you are using a child theme)

    .x-topbar .x-social-global:before {
        content: "Follow us on social media:";
        color: #fff;
        display: inline-block;
        font-size: 17px;
    }
    
    .x-topbar .x-social-global .facebook {
        color: red;
    }
    
    .x-topbar .x-social-global .twitter {
        color: green;
    }
    
    .x-topbar .x-social-global .google-plus {
        color: yellow;
    }

    Feel free to change the colors that will suit your preferences.

    #1035295
    worldofjames
    Participant

    Thanks Rue… Great service as ever

    #1035442
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us agian.

    Thanks.

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