Home Forums Basel support forum Product Short Description not formatting correctly Reply To: Product Short Description not formatting correctly

#78712

Hello,

Change the color and add this code to the Theme settings > Custom CSS:

body .page-title .entry-title, .page-title h1 {
    color: red;
}
.page-title.color-scheme-light .breadcrumbs span,
.page-title.color-scheme-light .breadcrumbs a, 
.page-title.color-scheme-light .breadcrumbs a:hover{
    color: red;
}

Best Regards