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

    How do I make the main menu font larger and change the colour?

    #250684

    Hey tmsgraphics4698!

    Thank you for using the theme!

    Please use this on Quick CSS or custom.css to change the font size:

    .av-main-nav > li > a {
    font-size: 15px;
    }

    And this one for the font color:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Best regards,
    Ismael

    #252297
    This reply has been marked as private.
    #252415

    Hi!

    Glad it worked.

    For the hover color, just use this:

    .header_color .main_menu ul:first-child > li a:hover {
    color: red;
    }

    This is for the dropdown size and color:

    .header_color .main_menu .menu ul li a {
    color: red;
    }
    
    #top .av-main-nav ul a {
    font-size: 15px;
    }

    Best regards,
    Ismael

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