Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197078
    Talat N
    Participant

    Hi,

    Our company is based in the UK and we want to add a social link to checkatrade – how can we do this from the social section customiser?

    Also – the client wants the social media icons bigger and in the colour of the actual logos i.e. blue for facebook, Twitter, Red G for Google + etc. Is there a way that I can replace the social icons with PNG files? I can create whatever size icons and colour they want then.

    Also – is there a way of having the footer social icons bigger than the header icons?

    Looking forward to your response.

    Tal
    Ps the website is here: http://www.knotweedservices.co.uk

    #1197121
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please follow this post on how you can add a social icon.

    I’m not sure what is icon of checkatrade, can you find it here: http://fontawesome.io/icons/

    Adjust the social icons size on the footer, by adding this on your custom CSS on Customizer.

    .x-colophon.bottom .x-social-global a {
        font-size: 3em;
    }

    Change icon individual color with this custom CSS

    .x-social-global a .x-icon-facebook-square {color: #4867aa;}
    .x-social-global a .x-icon-twitter-square {color: #4fb0e8;}
    .x-social-global a .x-icon-google-plus-square {color: #dd4b3e;}
    .x-social-global a .x-icon-youtube-square {color: #d92524;}

    Hope it helps, Cheers!

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