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

    Hi, I would like to change the color and font size of the Header Title and Breadcrumbs. How can I do that?

    Thanks.

    #522879

    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

    #522898

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change font color and size of Header Title and Breadcrumbs’ is closed to new replies.