Home › Forums › Support › Lightweight Social Icons with text This topic has 5 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 16, 2019 at 4:01 am #1010453 Francisco Jose Armero Alcaraz How can I add text to the icons in Lightweight Social Icons plugin? September 16, 2019 at 6:36 am #1010534 DavidStaff Customer Support Hi there, you could add the icon title after each icon with this CSS: .lsi-social-icons li a:after { content: attr(title); margin-left: 0.5em; } .lsi-social-icons li a { display: flex !important; width: auto !important; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 17, 2019 at 1:22 am #1011291 Francisco Jose Armero Alcaraz Thanks. I want add my contact email after of icon “email”. Is possible? September 17, 2019 at 2:38 am #1011345 DavidStaff Customer Support Try this: .lsi-social-icons li.lsi-social-email a:after { content: 'name@emailaddress.com'; margin-left: 0.5em; } .lsi-social-icons li.lsi-social-email a { display: flex !important; width: auto !important; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 17, 2019 at 3:04 am #1011358 Francisco Jose Armero Alcaraz It works perfect. Thank you September 17, 2019 at 3:11 am #1011366 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In