Hello.
I was able to set the main nav type look I want through custom CSS:
.avia-menu-text {
font-family: ‘Roboto Condensed’, sans-serif;
font-size:16px;
font-weight:normal;
}
When I tried to do the same with the subnav menu coices, it does not work. Please advise.
This is what I am using:
.av-main-nav > li > a .avia-menu-subtext {
font-family: ‘Roboto’, sans-serif;
font-size:8px;
font-weight:normal;
}
Hey tonyshanks,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Do you have a screenshot of the look you are trying to achieve?
Best regards,
Jordan Shannon
Hi tonyshanks,
To have the submenu lighter you need to add the Open Sans 200 or 300 to the fonts.
Here is how to do it
and then you will be able to make it lighter via css.
Or you can choose a different font in theme options that already has a slim version.
Best regards,
Victoria
Hi,
Thanks for providing the feedback. Please try adding the following to quick css:
.sub-menu .avia-menu-text {
color: red;
font-weight: normal!important;
font-family: arial;
}
I added the font and the red just to make sure I am targeting correctly.
Best regards,
Jordan Shannon
Hi,
No problem at all my friend. I wasn’t sure of I was on the right track with understanding the issue, but looks like I was. Did you need further help with this or shall I close this topic?
Best regards,
Jordan Shannon
Close
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon