hi guys, how to insert social icons to the foother? to look something like this: http://andypeck.co.uk/
can you post how to do/align this? can it be done via quick-css? i am on local development. so i can’t send a link.
greeetings
but how do i change the size of the icons? thanks in advance
Hey!
Try adding this to your custom CSS.
#footer-outer i, #header-secondary-outer #social i { font-size: 40px !important; }
If that’s not working then send us a link and we’ll take a look.
Best regards,
Elliott
hi, i tried, but it did not work. and as mentioned before: i’m on local development. i used this solution: https://kriesi.at/support/topic/how-include-social-media-icons-on-sidebar-footer-and-content/
but the icons are very small per default. so how we do? cheers
Hey!
Try adding this to your custom CSS.
#socket .social_bookmarks > li > a {
font-size: 40px !important;
}
Cheers!
Elliott