Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866873

    Brian S
    Participant

    Hi there! I love your theme. I am working on a site and I have a question about the main menu and fonts.

    Site is here:

    http://a34.251.myftpupload.com/

    I am using “Use Any Font” Plugin so I can run BlairMDITC font. It has worked great thus far, as I have almost the entire site in this font, which is what I need.

    My question is with regards to my menu items (About, Calculators, etc.). I see in the Customizer under “Headings” where I can change the fonts of these menu items to any Google Font, but I can’t change them to BlairMDITC. However, the “Sub” menu items (for example, under “About” main menu item see “Team” & “History”) have been changed to the correct font (BlairMDITC). So, if the sub menu item fonts have been changed, I am guessing there is a way for me to change the fonts of the main menu items to the same font as the submenu items (BlairMDITC). I just can’t figure out how to.

    So can you tell me a way to change the font of the main menu items to a non-Google font, BlairMDITC? Or, is there an “overwrite” way for me to change the font of the entire site to this desired font?

    I’ve attached the font file just in case you want to see it.

    Thanks so much in advance!

    Brian

    #867345

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .x-navbar .desktop .x-nav > li > a {
        font-family: 'blair-mditc' !important;
    }

    Hope it helps.

    #867856

    Brian S
    Participant

    Christopher, I freaking love you. Thanks so much!!

    #868548

    Prasant Rai
    Moderator

    You are most welcome. 🙂