[Resolved] Change text size of second nav in footer bar

Home Forums Support [Resolved] Change text size of second nav in footer bar

Home Forums Support Change text size of second nav in footer bar

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

    I’ve got my secondary menu in the footer bar styled just as I want it, except for one thing. Is there a way to make just the nav text a bit bigger, like 21px, so it stands out from the copyright line? I tried .site-info a but realized the “a” indicates links, not “Line A”. (I’m self-taught, leave me alone lol)

    Also, how can I increase the menu items’ widths so they’re spaced more like they are in the primary nav at the top?

    #1036734
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .footer-bar .widget_nav_menu li a {
        font-size: 20px;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #1036737
    Danielle

    That’ll do it! Yay! Thank you!

    #1036743
    David
    Staff
    Customer Support

    You’re welcome

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