Buy me a coffee

How to change Carousel header text style

If you want to change Carousel header text style

Ea7bd8431e64b93ae075 Min

You can follow these.
#1. Carousel header text color
You can access Site Styles > Colors > Find this option

B4669e7b555cf202ab4d Min

You can also use this code to Custom CSS to change its color.

span.summary-header-text {
    color: #f1f !important;
}

1acdead622f185afdce0 Min

#2. Carousel header text style (font, size..)
You can use this to Custom CSS box

span.summary-header-text {
    color: #f1f !important;
    font-size: 30px;
    font-family: monospace;
    letter-spacing: 3px;
    line-height: 30px;
}

Dcf17e4db06a17344e7b Min

Result

Ad7a2884e6a341fd18b2 Min