Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #397947

    I am wondering if there is a quick css code I can add that will ensure the main menu heading font is in all caps please, eg

    HOME RECIPES BLOG

    currently it appears like this

    Home Recipes Blog

    Many thanks]
    Ivana

    #398162

    Hi Ivana!

    Please add following code to Quick CSS

    .av-main-nav > li > a {
    text-transform: uppercase !important;
    }

    Best regards,
    Yigit

    #403146

    Excellent. Thank you Yigit.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘All Caps on Main Navigation’ is closed to new replies.