• Using theme SMBR for site https://biologiquerechercheuk.co.uk/ I wish to remove the twitter social icon from the homepage. Successful in removing from the footer, but unable to see where/how to remove within the header, header info does not contain the icons. Any help appreciated ??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • .header-sidebar .social-button-twitter {
    display: none;
    }

    Try this

    Hello,

    I think your header social icon is located at your Admin Dashboard > Appearance > Widgets > Under header sidebar OR header widgets. Please check there.

    Otherwise, you can use this CSS code to remove twitter social icon,
    .header-sidebar .social-buttons .social-button-twitter{display: none;}

    Thanks!

    Thread Starter embassy

    (@embassy)

    Thanks for your input, I have tried both and failed miserably under header side bar I have search only and when looking at the css files it already has .social-buttons {display: none;.

    Any alternative ideas, thanks.

    .header-sidebar .social-button-twitter {
    display: none !important;
    }

    Please add this in your theme css file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Icon Header’ is closed to new replies.