Highlight Color
Change the highlight color of all text on your website to match your brand's theme. Any hex color will work! Available for both Squarespace 7.0 & 7.1 official templates.
Copy and paste the code below - instructions found here
- version 7.0 & 7.1
@highlightColor: #ffdb58; //change this hex to anything you'd like. Keep the semi colon afterwards.
h1::selection, h2::selection, h3::selection, h4::selection, p::selection, a::selection {
background-color: @highlightColor;
}
For Squarespace official templates only. May not work with third-party templates or in conjunction with other plugins that affect the same components. If you have any problems or questions, please contact us!