Jump to content

Add a Label to an Icon

Recommended Posts

  • Replies 4
  • Views 402
  • Created
  • Last Reply

Try adding to Home > Design > Custom CSS

footer.sections .sqs-svg-icon--list .linkedin-unauth {
    width: 50px !important;
}
footer.sections .sqs-svg-icon--list .linkedin-unauth:after {
    content: "LinkedIn";
    display: block;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
3 hours ago, tuanphan said:

Try adding to Home > Design > Custom CSS


footer.sections .sqs-svg-icon--list .linkedin-unauth {
    width: 50px !important;
}
footer.sections .sqs-svg-icon--list .linkedin-unauth:after {
    content: "LinkedIn";
    display: block;
}

 

Thank you for your help. It displayed, but to the side of it, not beneath it. I played with the display type and tried other tweaks for over an hour and nothing so I've given up.

Link to comment
37 minutes ago, Schmidt1989 said:

Thank you for your help. It displayed, but to the side of it, not beneath it. I played with the display type and tried other tweaks for over an hour and nothing so I've given up.

remove above & add this code

footer.sections nav.sqs-svg-icon--list:after {
    content: "LinkedIn";
    display: block;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.