Support › Forums › Cian – WP Theme › Add social icon to wordpress navigation menu › Reply To: Add social icon to wordpress navigation menu
June 1, 2015 at 11:32 am
#4574
Participant
Yes sure: http://www.eataround.co
Actually it’s not implemented.
But this is what i do:
I apply this class .menu-facebook to my link in menu.
CSS CODE:
.menu-facebook {
text-indent: -9999px;
background-image: url(http://www.eataround.co/wp-content/uploads/2015/05/facebook.png) !important;
background-repeat: no-repeat !important;
margin-left: 100px !important;
width: 25px;
}
And i’ve also noticed that the script that enable the auto scroll doesn’t allow the _blank property (i can’t open social in a new window).
Thanks a lot