Tagged: Color, header, social media, social media icons
Hi all,
I want to make the Social Media Icons in the Header like that:
the typical color for the social media network and a little hover effect, but quadrangular.
Can you help me please, to find the right code and where I have to insert it?
–
The Icons in the footer should stay in the base form.
Many Thx.
Tobias
Hi Tobias!
Add this to your custom CSS.
#top #header .social_bookmarks li a {
border-radius: 100px;
}
And see here for changing the colors, https://kriesi.at/support/topic/changing-color-of-social-icons-in-top-header/.
Best regards,
Elliott