StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 11-06-2012, 06:58 AM
rbennett rbennett is offline
Registered User
Pro Plus Member
 
Join Date: Aug 2011
Posts: 102
Default 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
  #2  
Old 11-06-2012, 11:32 AM
rbennett rbennett is offline
Registered User
Pro Plus Member
 
Join Date: Aug 2011
Posts: 102
Default

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;
}
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:27 PM.

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