Social icons in header

Discussion in 'Woodpecker WordPress Business Theme' started by deveshd, Mar 10, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I want to show both Tap to Call and the social icons in the header and want to hide the social icons in footer. So how do I:

    1. Show tap to call number ++ show the social icons in header?
    2. Hide the social icons in footer?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi deveshd!

    1>To show Tap to call button and social link , please follow the screenshot and video link given below.

    woodpecker_show_call_button.png

    Video Link :- http://screenpresso.com/=fCcVe

    2>To hide social link from footer, use the css code given below.
    Code:
    .footer-social-icons {
    display: none;
    }
    Thanks,
    Praveen
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works, how do I move the social icons under the phone/ tap to call button?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi deveshd!

    Please follow the video link given below.
    http://screenpresso.com/=AU15e

    Now paste the following css code in custom css section.
    Code:
    .top-icons ul {
    margin-top: 10px !important;
    }
    Thanks,
    Praveen
     
  5. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1

    This screenpresso is not available anymore and I need to add social icons under the tap to call in woodpecker
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Kindly share your site URL here?

    I need to check your site and will let you know the exact solution.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page