Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #961488

    I have tried with adding the following code to Quick CSS
    #top .av-subnav-menu > li > a {
    font-size: 16px;
    }

    but it had not effect on the font size of my submenu…

    #961645

    Hey Gaso,

    To modify the submenu links please check the documentation about submenu element.

    If you need any further assistance please feel free to let us know.

    Best regards,
    Vinay

    #961983

    Maybe of interest for someone else –

    I managed to change the font color and size with this quick css

    #top .av-subnav-menu > li > a {
    font-size: 20px;
    color: #fcc860;
    }

    And here the color of the link on hover..

    #top .av-subnav-menu > li > a:hover {
        color: #11306f;
    }
    #962558

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.