Best Premium and Free WordPress Themes › Forums › SuperMagPro › How to change Social Media Icons?
Tagged: social links
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by
Acme Themes.
- AuthorPosts
- February 12, 2018 at 4:28 pm #25326
rwvnral
ParticipantHello,
Which directory is the social media icons on the top right corner stored in? I want to replace the images with something else.Thank you.
February 12, 2018 at 5:22 pm #25327Acme Themes
KeymasterHello rwvnral,
SuperMagPro uses font-awesome icons for Header Social Icons, if you want to customize it you have to edit the file of the theme, the file that includes social icons is acmethemes/hooks/header.php inside theme folder.
Please use child theme for customization of the themeBest Regards!
Acme ThemesFebruary 12, 2018 at 6:10 pm #25330rwvnral
ParticipantThank you.
I want to add a Wiki icon there. I see the below code<a href="<?php echo esc_url( $supermag_customizer_all_values['supermag-flickr-url'] ); ?>" class="flickr" data-title="Flickr" target="_blank"> <span class="font-icon-social-flickr"><i class="fa fa-flickr"></i></span> </a>
I replaced
<i class="fa fa-flickr"></i>
with `<i class=”fab fa-wikipedia-w”></i>`
That didn’t work. I need more code. Do you have the code for the Wiki icon so I can add it?Thank you
February 13, 2018 at 4:25 am #25339Acme Themes
KeymasterThe correct code is fa fa-wikipedia-w
- AuthorPosts
- You must be logged in to reply to this topic.