I want to change the the test on the social icon please check the following screenshot. Also is there a way to have the same sharing social icons in portfolio section as well
https://drive.google.com/file/d/0B7QKBnTRooFgTGFheHZyemV1emc/edit?usp=sharing
Hey Albulushi!
To change the text: /includes/helper-social-media.php, line 209.
You can use this function to add the social sharing icons to any template file (for the portfolio items it would be single-portfolio.php, around line 27):
avia_social_share_links();
Cheers!
Josue