Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #458085

    How do I create a custom style for the Header Title that appears on the same line as the breadcrumbs?

    #458251

    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

    #458587

    Thanks! You’re the best!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Styling the Header Title’ is closed to new replies.