add social media icon links in custom nav bar 2012
-
Forgive me but I posted in someone else’s resolved thread and am now starting a new post in the hope that someone will actually answer my question.
I have gotten as far as putting some social media icons in the far right of a custom nav bar but can’t seem to get rid of the word labels that appear over each. Removing the menu name in the custom menu interface makes me loose the item altogether. Also, calling out an optional css style doesn’t seem to make a difference.
I’d really appreciate your help. I am very new to this.
CSS under main nav section of style.css is this:
} .main-navigation li.menu-item-267 {! I've just added this to see if it works; text-indent: -9999px; background-image: url(https://www.worldupsidedown.com/wpnow/wp-content/uploads/2013/04/facebook_24.png) !important; background-repeat: no-repeat !important; margin-left: 120px !important; width: 30px; position: relative; } .main-navigation li.menu-item-255 {! I've just added this to see if it works; text-indent: -9999px; background-image: url(https://www.worldupsidedown.com/wpnow/wp-content/uploads/2013/04/youtube_24.png) !important; background-repeat: no-repeat !important; margin-left: -27px !important; width: 30px; position: relative; } .main-navigation li.menu-item-256 {! I've just added this to see if it works; text-indent: -9999px; background-image: url(https://www.worldupsidedown.com/wpnow/wp-content/uploads/2013/04/twitter_24.png) !important; background-repeat: no-repeat !important; margin-left: -27px !important; width: 30px; position: relative; }
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘add social media icon links in custom nav bar 2012’ is closed to new replies.