• Resolved franzi11

    (@franzi11)


    Hello,
    I would like to change the font of the menus and widget-titles but I can′t find anything about that.
    I′m using the Header-Style V3. Via the plugin “WP Google Fonts” I′ve switched the h1-h6 into another font (Orbitron), but that doesn′t work in both of the menus in Header V3 and in the all Widget-Titles (right site and footer).
    I′m a very WP-newbie and would like to add this into the additional CSS, if it′s possible – would anyone be so nice to help me?

    Thank you for answering an d best regards,
    Franzi

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@franzi11!

    If you want to change fonts in navigation menu and the sidebar and footer widgets,
    Add the code below into Customizing->Additional CSS.

    Code:

    @import url('https://fonts.googleapis.com/css?family=Orbitron');
    
    .widget-title, .header_v3 #masthead li a {
    font-family: 'Orbitron', sans-serif;
    
    }

    https://prnt.sc/gzb9zl

    To change a font on the whole site, add this code instead of the code above:

    @import url('https://fonts.googleapis.com/css?family=Orbitron');
    
    body, .widget-title, .header_v3 #masthead li a {
    font-family: 'Orbitron', sans-serif!important;
    
    }

    https://prnt.sc/gzbbav

    Best Regards

    Thread Starter franzi11

    (@franzi11)

    Hello,
    I tested it immadiatetly and it worked great! Thank you so much, I′m overhappy, it looks so awesome now! BTW, Agama Blue is a wonderful theme, I love it.

    Best regards,
    Franzi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Font In Menus And Widget-Titles’ is closed to new replies.