Hi,
https://qigongforeveryone.com/
I want to make the “social media icons” for the English and Swedish flag to be bigger.
What code shall I add?
Thanks.
Charlotte
Hey Charlotte,
You need to use bigger images for the flags.
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
It was Mike that help me with this – see https://kriesi.at/support/topic/icons-next-to-social-media-icons/
How can I change them?
Thanks
Charlotte
Hi,
Try changing the number “12” in the url, it is the size for the image:
here it is at “12”
li.av-social-link-tumblr a:before {
content: url(https://img.icons8.com/officexs/12/000000/great-britain.png);
}
li.av-social-link-soundcloud a:before {
content: url(https://img.icons8.com/color/12/000000/sweden.png);
}
here it is at “24”
li.av-social-link-tumblr a:before {
content: url(https://img.icons8.com/officexs/24/000000/great-britain.png);
}
li.av-social-link-soundcloud a:before {
content: url(https://img.icons8.com/color/24/000000/sweden.png);
}
“24” might be too big, try different numbers to suit.
Best regards,
Mike
Thanks Mike :)