Remove Media Icons in header.php with CSS

Discussion in 'Woodpecker WordPress Business Theme' started by trasgu, Mar 14, 2014.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there friends,
    I need one more CSS tip, what is the code to remove the social icons in the header??, with the social icons showing the footer is just perfect ;)

    Thx tons !!!
     
  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:
    .top-icons {
    display: none;
    } 
    This will solve your issue.
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx again Piyush !!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page