• Resolved cristipaltin

    (@cristipaltin)


    Hello!
    Currently if I change the Body Fonts it changes also the Menu font.
    I will like to change only the Menu Font.
    Is this possible?
    Thank you!

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

    (@cristipaltin)

    Looks like if i post the question here i have better chances to come up with the answer myself. ??
    So here is the custom CSS i added to change the Menu font and size:

    .slicknav_menu{
    font-size:20px;
    font-family:"Montserrat" !important;
    }

    Cheers!

    It happens. You search for hours. You post the question somewhere and you get the answer. We’re glad to know that you were able to figure it out. ??

    Thread Starter cristipaltin

    (@cristipaltin)

    Hello Hardeep! I noticed today that on mobile it does not preserves the font that i set up. So it must be some other code that i have to add to the fix. Still looking! ??

    Hello,

    Your solution is perfect, it should work on mobile. If it is not you can this one.

    .slicknav_nav li a {
        font-size: 12px;
    }

    let me know how it goes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu font’ is closed to new replies.