Home › Forums › Basel support forum › Product Short Description not formatting correctly › Reply To: Product Short Description not formatting correctly
September 24, 2018 at 12:13 pm
#78712
Elise Noromit
Member
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