I would like to add the social media icons that come with x theme into the footer.
Would I use the widgets to get them in? I’m not sure how to get them on here with ethos setup?
Here is an example of someone who has them on the footer.
I would like to add the social media icons that come with x theme into the footer.
Would I use the widgets to get them in? I’m not sure how to get them on here with ethos setup?
Here is an example of someone who has them on the footer.
Hi there,
You can make use of the icons shortcode and wrap it in an <a>
tag to link it just like this:
<a class="footer-social" href="https://example.com">[x_icon type="facebook"]</a>
You can add the other icons the same way and add it in the text or custom html widget.
http://demo.theme.co/integrity-1/shortcodes/icons/
Also, to you will have to add some custom CSS to style the icons like this:
.x-colophon .footer-social {
text-decoration: none;
color: #282828;
background-color: #fff;
padding: 9px 13px;
border-radius: 48%;
margin-right: 8px;
}
Hope this helps you get started.
Thank you!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.