badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

remove social icon in the header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2956
    tashi
    Participant

    Hi there,
    how can we remove the social icon in the header?

    thank you

    #2993
    Rabin Shrestha
    Participant

    Hi tashi,

    If you want to remove the social links from header and only want to keep it in footer, you can copy and paste this CSS below in your custom css box

    #branding .social-profiles{
        display:none;
    }

    Then click Save All Changes

    Rabin

    #3186
    tashi
    Participant

    Thank you Rabin 🙂

    #3192
    Rabin Shrestha
    Participant

    🙂

    #3537
    gassho
    Participant

    What about removing them from both places? I recently noticed that it’s Google-Plus and You-Tube. Why? That’s SO easily fixable! I wish I could myself, but it’s not an option. Plus I may want to use another follow/share service. If you give me the custom CSS for removing them from top and bottom, I know where it goes. Thanks!

    #3565
    Rabin Shrestha
    Participant

    Hi gassho,

    If you want to remove it from both top and bottom then paste this in your custom css box

    .social-profiles{
        display:none;
    }

    Rabin

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.