Social icons overlay

  • Posted in : Responsy WP
  • sheridanp
    Participant

    Hi,
    On the social icons, how do we remove the circle shape and other shape on hover? I’ve added custom icons and do not want them to have the overlays. thanks

    ahmetsali
    Keymaster

    Hi paste the code below to the Custom CSS box,

    .social li a, .social li a:hover { 
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
    }
    
    sheridanp
    Participant

    awesome thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Responsy WP’ is closed to new topics and replies.