How to edit the footer that came with the package

Hi,
I would like to know how can I edit the red text footer that came with the theme.
I need to delete some social media icons and change the social media’s address.
Thanks.

Hi,

Thanks for writing in!

You can edit the links under Theme Options > Social

Delete link to remove.

Thanks

Thanks for your quick reply.
I have another question: Is it possible to add my own icon? Thanks.

Hi There,

Yes, you can upload your custom icon on your site and use the custom CSS below.

/*linkedin*/
footer .x-social-global a.linkedin i:before {
	content: url(YOUR CUSTOM ICON URL HERE);
}

/*facebook*/
footer .x-social-global a.facebook i:before {
	content: url(YOUR CUSTOM ICON URL HERE);
}

/*google-plus*/
footer .x-social-global a.google-plus i:before {
	content: url(YOUR CUSTOM ICON URL HERE);
}

Replace the YOUR CUSTOM ICON URL HERE with your actual custom icon URL. Make sure your custom icons are relatively small.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.