Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #917671

    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;
    }

    #917729

    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

    #918092
    This reply has been marked as private.
    #918116

    Hi,

    Do you have a screenshot of the look you are trying to achieve?

    Best regards,
    Jordan Shannon

    #918118
    This reply has been marked as private.
    #918208

    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

    #918550
    This reply has been marked as private.
    #918557
    This reply has been marked as private.
    #918560
    This reply has been marked as private.
    #918574

    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

    #918582
    This reply has been marked as private.
    #918586

    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

    #918593

    Close

    #918599

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Subnav menu font sizes in css’ is closed to new replies.