(Squarespace) How to make outline/border of header button thinner

To make outline/border of header button thinner.

You can use this code to Custom CSS box.

a.btn {
    border-width: 10px !important;
}

Result

1 Like