(Squarespace) How to underline Site Title

To make Site Title underline, like this.

You can use this code to Custom CSS box.

a#site-title {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

To change underline color, space between site title – underline, change these lines.

1 Like