• Resolved sophie13

    (@sophie13)


    Hello,

    I’m trying to change the font of my menu bar (navigation menu, blue on my site), because I think it’s too small. I want to use the Lato font instead.

    I bought the “Use any font” plugin, but it didn’t work, because I don’t know to which css element I should assign the font to (I don’t know the css name of the menu bar).

    So I thought there might be a css quotation to copy in the css sheets editor to change the font of the menu bar ? Is there one ?

    Thank you for your help and sorry for my english !
    https://scripteo.net/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sophie13

    (@sophie13)

    Hi there!

    You can target your menu using the .main-navigation a selector. Like so:

    .main-navigation a {
        font-family: Lato;
    }

    Let me know if that’s helpful or if you have any extra questions. ??

    Thread Starter sophie13

    (@sophie13)

    Thank you Siobhan Bamber (siobhyb),

    I tried your answer and it worked. (Although I don’t understand how my Worpdress site knows about the Lato font whereas I didn’t upload it…)

    Thank you for your help !

    Hi there,

    I’m glad that helped! ?? Feel free to open a new thread if anything else comes up.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change the font of the menu bar on Sela ?’ is closed to new replies.