Jump to content

Customise built-in social icon

Go to solution Solved by BrillWebsites,

Recommended Posts

  • Solution

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.