Removing social media icons

Discussion in 'Appointway WordPress Theme' started by bwdaugherty, May 18, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    what css code would i use to remove the social media icons from the footer? thanks
     
  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:
    .bottom_footer_container .social_logos {
    display: none;
    }
     

Share This Page