Shape 5

Joomla Templates => Fitness Center - Club => : marleyman November 17, 2015, 10:44:25 AM



: Adding new Social Icon
: marleyman November 17, 2015, 10:44:25 AM
Hi,
I have a Developer's License.

I am successfully displaying the social icons per your Demo Custom Code Instructions, however, I want to remove the linkedin icon and add a pinterest icon in its place.
I can't figure out exactly how you're pulling in the social icon images? I don't see them inside the template's images folder.
Can you please explain how I would go about adding a pinterest social icon image in the linkedin icon's place?
thanks very much


: Re: Adding new Social Icon
: mikek November 17, 2015, 12:44:23 PM
Hello,

This would require some custom css to do this. You would have to edit editor.css and change the linkedin css:

.social_icon.ion-social-linkedin {
background:#04639C;
}

.social_icon.ion-social-linkedin:hover {
background:#034B76;
}

To the Ion icon css:

.social_icon.ion-social-pinterest-outline {
background:#04639C;
}

.social_icon.ion-social-pinterest-outline:hover {
background:#034B76;
}

They are not images, they use Ion Icons.


: Re: Adding new Social Icon
: rico13 November 10, 2017, 12:09:47 PM
To add the youtube icon, you must follow the same process as for pinterest?

thanks


: Re: Adding new Social Icon
: mikek November 13, 2017, 08:41:56 AM
Hello,

Yes, it would be the same process.