(Squarespace) How to Bold a specific button text

To make a specific button text bold, like this.

First, find Button Block ID.

In my example, it is: #block-yui_3_17_2_1_1742019198858_10185

Next, use this code to Custom CSS box

#block-yui_3_17_2_1_1742019198858_10185 a {
font-weight: bold !important;
}

1 Like