How do I create a custom style for the Header Title that appears on the same line as the breadcrumbs?
Hey phausner!
You can target it by using the following CSS:
h1.main-title, h1.entry-title {
color: blue !important;
font-size:22px !important;
}
Cheers!
Rikard
Thanks! You’re the best!!