Social Media Links and Spacing

  • Unknown's avatar

    Hi,

    I’m having trouble removing the top social media links menu in my header while keeping it in my footer. I tried entering the following code

    .site-header .social-navigation {
      display: none;
    }

    While it did remove it from the header it seemed to just move down to my footer instead.

    Maybe it is some other css interfering with this new code I entered.

    Any help would be greatly appreciated.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    I can’t see display:none in .social-navigation class.

    It looks like

    .social-navigation {
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
    }

    When I added display: none in above class, social menu disappeared from footer.

  • Unknown's avatar
  • The topic ‘Social Media Links and Spacing’ is closed to new replies.