I'm having trouble changing the shape of the hover effect on my navbar social icons. Currently, it covers more space than I'd like:
https://i.sstatic.net/oq25V.jpg
What I want is for the hover effect to only appear on the icon itself, not above or below it.
<li id="menu-item-518" class="fb-icon menu-item menu-item-type-custom menu-item-object-custom menu-item-518"><a title="Facebook" href="https://www.facebook.com/linkhere">Facebook</a></li>
This is the current CSS in my child theme:
/* Social link hover colour */
.fb-icon.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-518 a:hover{
background-color:transparent;
}
Thank you