Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14227

    Hello,

    My website is http://www.naturesstance.com

    I am sure this has been answered before but I cannot seem to find the answer.

    How do I make my social icons appear?

    Also how do I change the footer to white font but without making it italic in
    the process?

    Any help would be appreciated.

    Thanks

    #14238
    Sakin
    Keymaster

    @Naturesstance:

    1. How do I make my social icons appear?
    — You can add it in any sidebar you want though “Appearance => Widgets” from your WordPress Dashboard. Just drag and drop widget “2_Simple Catch: Adspace Widget” in the sidebar you need. For example, if you want to show it in “Header Right Sidebar” then you can drag and drop “2_Simple Catch: Adspace Widget” in “Header Right Sidebar”. This widget will show the social icon for which you have added links through “Appearance => Theme Options => Social Links”

    2. Also how do I change the footer to white font but without making it italic in
    the process?
    — You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator span {
        color: #fff;
        font-style: normal;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Questions’ is closed to new replies.