(Squarespace) How to change font of Event Excerpt

To change font of Event Excerpt, you can use this code to Custom CSS.

div.eventlist-excerpt * {
    font-family: monospace;
    font-size: 16px;
    color: #000;
}

We will have.

1 Like