Reduce font size on my sub menu page title
- The topic ‘Reduce font size on my sub menu page title’ is closed to new replies.
Need help? Check out our Support site, then
Under my main “Services” page I want to list three sub menu pages. I have done this, but the font size on the 3 sub menu pages are the same size as Services. It doesn’t look right – the sub menu pages need to have a smaller font.
Can you please explain how I do this? Thank you so much!
The blog I need help with is: (visible only to logged in users)
Hi there,
Please use following CSS:
.main-navigation > .grid > .row > .twelve > div > ul > li > ul > li, .main-navigation > .grid > .row > .twelve > div > ul > li > ul > li > a {
font-size: 12px;
}
Cheers.