Mason Dahl
asked 10 years ago

How can I add social media icons to my widgets in the footer as shown in the DW Simplex theme demo?

1 Answers
DominicStaff
answered 10 years ago

You can log in to  Dashboard  > Widget, add the Text widget to the Sidebar 2 or any sidebar that you want. then add the following code to the Text widget.

              <div class="textwidget">
                <p>Donec sed odio dui. Nulla vitae elit libero, a pharetra augue.</p>
                <ul class="socials-connect">
                    <li class="facebook"><a href="#"><i class="icon-facebook"></i> Facebook</a></li>
                    <li class="flickr"><a href="#"><i class="icon-flickr"></i> Flickr</a></li>
                    <li class="twitter"><a href="#"><i class="icon-twitter"></i> Twitter</a></li>
                    <li class="rss"><a href="#"><i class="icon-rss"></i> RSS</a></li>
                </ul>
            </div>

Hope this helps !

Powered by DW Question & Answer Pro