Adjust Font for Side Bar/Widgets but not Navigation Bar
-
I currently use this piece of CSS code to un-capitalize my side bar/widget font, but it’s also un-capitalizing my Navigation bar. Is there a way to update the code or add css code such that only the side bar/widget font doesn’t have all letters capitalized but the navigation menu bar will still have all caps?
body, html, a, p, span, ul, li, h1, h2 {
font-family: Arial !important; /* I have added Arial here. You can change to whatever you want */
}https://www.ads-software.com/support/topic/change-font-in-header-tagline-and-menu-bar/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adjust Font for Side Bar/Widgets but not Navigation Bar’ is closed to new replies.