How do I get rid of the social icons that are at the bottom of the page

Discussion in 'RoadFighter WordPress Theme' started by elly10, Mar 19, 2014.

  1. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi,

    I need to get rid of the social icons that are at the bottom of the page please how do I do that?

    Many thanks

    Elly
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_container ul.social_logos {
    visibility: hidden;
    }
     
    This will solve your issue.
     

Share This Page