Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi adamjd

    To change the Topbar title font you need to add simple custom CSS:
    First go to Admin Panel -> Appearance -> Customize -> Advanced Settings.
    In this section you will find a Custom CSS Box.Now copy and paste following CSS:

    header #logo a.brand, .logofont {
        font-family: Raleway !important;//your choice of font
        line-height: 40px;
        font-weight: normal;
        font-size: 32px;
    }

    Hope this solves your issue.

    Best Regards!!!

    Hey,
    So for the topbar it would be this css:

    .topbarmenu ul li a {
        color: #fff;
        font-size: 12px;
        font-family: Raleway;
    }

    Kadence Themes

    Thread Starter adamjd

    (@adamjd)

    Thank you very much @wen Solutions & @Kadence! I’ll give it a try!

    Thread Starter adamjd

    (@adamjd)

    Neither suggestion seems to do anything. Is there somewhere else I need to make a change?

    Thread Starter adamjd

    (@adamjd)

    Oops! It’s on my end. Text in the topbar was being generated by a widget. Didn’t consider that.

    Thanx again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Topbar font change?’ is closed to new replies.