Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #876093

    Hi there

    How do I change the font in the sub-level links? I’ve gone into Advanced Styling – Main Menu Sub-Level Links but it will only let me change size and colour – I want to change the font type.

    Many thanks

    #876375

    Hey Picante,

    Sub menu items inherit main menu font family. You can use different font family using following custom CSS code

    #top .av-main-nav ul a {
        font-family: cursive;
    }

    Best regards,
    Yigit

    #876508

    Thank you!

    #876591

    Hi,

    You are welcome :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Menu Sub-level Links’ is closed to new replies.