How can I bold a specific footer menu item?

@tschris
Add this code at the bottom of the style.css file.

navigation:nth-child(2) ul li:nth-child(5) a {
    font-weight: bolder !important;
}

Thank You.

1 Like