Hi, I would like to change the color and font size of the Header Title and Breadcrumbs. How can I do that?
Thanks.
Hi DROR!
Please add following code to Quick CSS
.title_container * {
color: orange!important;
}
.title_container .main-title { font-size: 18px; }
.breadcrumb-trail {
font-size: 18px;
}
Best regards,
Yigit
Thanks!