[Resolved] Font size in secondary nav on mobile

Home Forums Support [Resolved] Font size in secondary nav on mobile

Home Forums Support Font size in secondary nav on mobile

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

    I’m trying to increase the font size on the secondary nav when viewed on mobile. I want the text size to be 22px on mobile.

    Typography > Primary Navigation has font size options for different device sizes. Awesome!
    Typography > Secondary Navigation doesn’t have font size options for different device sizes.

    I can’t quite figure out the CSS for the secondary nav on mobile. Would appreciate help with this.

    Thanks.

    #1322862
    Mark

    I found the answer. Thanks.

    /* make secondary nav text larger on mobile */


    @media
    (max-width:768px) {
    .secondary-navigation .main-nav ul li a {
    font-size: 22px;
    }
    }

    #1322958
    Leo
    Staff
    Customer Support

    Glad you’ve figured out 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.