Jump to content

Customise built-in social icon

Recommended Posts

  • Replies 2
  • Views 522
  • Created
  • Last Reply

Something like this would work in custom CSS.

.header-actions a[href="https://www.lumaral.com/contact"] svg{
    display: none;
}
.header-actions a[href="https://www.lumaral.com/contact"]::after{
    content:'';
    background-image: url('https://image.flaticon.com/icons/png/128/2089/2089181.png');
    background-size: cover;
    width: 18px;
    height: 18px;
    display: block;
}

 

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.