How to remove social media icons from footer

Discussion in 'SpotMoto WordPress Theme' started by scarn8881, Dec 31, 2013.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    How can I remove the social media icons from the footer? My client only does not use social media at the moment. Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .socialicon {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page