admin管理员组文章数量:1122846
I have been trying hard to add more social icons of same style as provided in the theme I purchased, but I couldn't understand how to do it.
The theme provides only limited social icons as shown in the footer of My Website.
How can I add extra social icons say like that of Telegram/Tumblr etc. but with the same style as is there for other icons.
Thanks a lot for help.
I have been trying hard to add more social icons of same style as provided in the theme I purchased, but I couldn't understand how to do it.
The theme provides only limited social icons as shown in the footer of My Website.
How can I add extra social icons say like that of Telegram/Tumblr etc. but with the same style as is there for other icons.
Thanks a lot for help.
Share Improve this question asked Feb 23, 2020 at 7:30 BaazigarBaazigar 111 bronze badge1 Answer
Reset to default 0There's a hacky Javascript way I've used before which is to use appendChild()
to add a Font Awesome icon to the parent node. There will be a container for the icons. Find its ID or class and save to a variable, add your icon HTML (or img
tag) to a variable, then use parent.appendChild(variableNameOfIcon);
to add a new icon to the end of the list of children within that node.
You can also adjust the PHP template, either through use of a child theme or there may also be a filter hook available depending on the theme to add new icons via filters.
本文标签: themesHow to add extra custom social icons to page with same style
版权声明:本文标题:themes - How to add extra custom social icons to page with same style? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736296422a1929791.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论