StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Text Appears on Social Media Icons on Navigation Bar (http://www.studiopress.com/support/showthread.php?t=123464)

rbennett 11-06-2012 06:58 AM

Text Appears on Social Media Icons on Navigation Bar
 
How can I remove the text that appears on top of my social medical icons?

http://theblueprintsocial.com/test/

I tried

text-indent: -9999px;

but that didn't work.

Thanks

rbennett 11-06-2012 11:32 AM

Found this and figured it out

http://vanweerd.com/how-to-replace-t...igation-menus/

I had to add text-indent to separate CSS class. I had it added like this

#nav li.facebook a {
background: url(images/mpfacebook.jpg) no-repeat center left;
padding: 7px 20px 5px 15px;
text-indent: -9999px;

}

had to remove it from there and add it here without the "a"

#nav li.facebook {
text-indent: -9999px;
}


All times are GMT -5. The time now is 02:28 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.