• Sherry

    (@svanderstinehotmailcom)


    How do I remove the social icons? I like most of them, I just want to remove the Google+ icon and the make the rest line up and fill in the gap.

Viewing 1 replies (of 1 total)
  • Easy:
    Go to Appearance/Zippy Options/Header Settings (where you set the URLs for your social media links) and remove the # from the G+ URL field. Leaving the text field blank will remove it from being displayed.

    -OR-

    Moderate:
    Add the following CSS either via a Custom CSS plugin or Child Theme

    a[title="Google Plus"] {
      display: none;
    }

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Social Icons’ is closed to new replies.