Site logo

Archived topic

Change text size of second nav in footer bar

3 replies · Started by Danielle on October 16, 2019

Viewing posts 1–4 of 4

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?

Hi there,

try this CSS:

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

That'll do it! Yay! Thank you!

You're welcome

This archived topic is closed to new replies.