Jump to content

Edit the Social Media Icons on footer


Mithlesh
 Share

Recommended Posts

Hi @Mithlesh I gave a quick look to your site html source code, it seems social media icons are made using Font Awesome, by calling their classes 'fa-twitter' 'fa-facebook' 'fa-linkedin-square':

1687150830_ScreenShot2019-07-19at10_02_26.thumb.png.1a64ddf51c6b3343b7963b03d6244b2d.png

If you wish to modify them you should work on the footer of your profile, changing the section above in site/templates/_main.php. If you need any further help please let me know. 

Link to comment
Share on other sites

Hi @Mithlesh,

It depends on how the HTML for the icons is being generated. If they are hard-coded, then @Edison is correct and you can look at his solution. If, on the other hand, they are being generated by template code from data stored in the database (this is how I tend to build it so that the client can modify the social icons without me) then you will need to look a little deeper. Check the code that generates the icons (_main.php is likely) and see if it calling the PW API. If so, it will show you where to go in the admin.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...