(Squarespace) Highlight a word in Heading

To highlight a word in Heading, like this.

#1. First, find Block ID.

In my example, it is: #block-yui_3_17_2_1_1740040917535_19613

#2. Next, highlight word > Click Link icon > Add this URL: #highlight

#3. Use this code to Custom CSS. Remember to change ID
If code doesn’t work, you can comment below, message or send me an email.

#block-yui_3_17_2_1_1740040917535_19613 a[href="#highlight"] {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    border-radius: 30px;
}

#4. Edit style here.

1 Like

@tuanphan,

:heart: :heart: :heart: