• Resolved wordpresspadawan

    (@wordpresspadawan)


    Hello and good day. I’m having trouble getting the navigation menu labels to increase in size. I’ve tried a few things I’ve seen mentioned in other forum posts, but the size of these labels never changes. I was hoping someone could throw me a tip or two for assistance. Are these labels stuck in one size due to my theme?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @wordpresspadawan,

    We can increase the font size for menu label with the help of custom css. Plesae apply the below given css under Appereance -> Customize -> Additional Css-

    ul#menu-top-menu li a {
    font-size: 40px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter wordpresspadawan

    (@wordpresspadawan)

    Yes, that did it! Thank you so much…I really appreciate the assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase font size for Menu labels’ is closed to new replies.