How to change Social Media Icons? - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro How to change Social Media Icons?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25326
    rwvnral
    Participant

    Hello,
    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.

    screenshot

    #25327
    Acme Themes
    Keymaster

    Hello 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 theme

    Best Regards!
    Acme Themes

    #25330
    rwvnral
    Participant

    Thank 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

    #25339
    Acme Themes
    Keymaster

    The correct code is fa fa-wikipedia-w

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.