quick-musician-29561
01/03/2024, 5:42 AMcss
/* Styling for the date container, header name, and header subtitle */
.bpw-date-container,
.bpw-header-name,
.bpw-header-subtitle {
color: #ffffff;
}
with this
css
/* Styling for the date container, header name, and header subtitle */
.bpw-date-container,
.bpw-header-subtitle {
color: #ffffff;
}
.bpw-header-name {
color: blue;
}