Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to adapt a popup function to icon areas? Reply To: How to adapt a popup function to icon areas?

#158284
Paulie_D
Member

To be honest, I don’t think chaining classes (as mentioned in your last post) is going to be of much help because…

I’m just not getting how to adapt anything to what I want to accomplish. I’m still too new at all of this to comprehend it all.

All you should have needed to do was remove:

ul.socialicons li a {
text-indent: -999em; <--remove this 
}

and add this

ul.socialicons li a:hover span {
font-size: 16px; <-- or some other number
}

unless there is something of which I am unaware.