Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #996327

    Hello, I need to make some font adjustments to the navigation in my developing site. The “Advanced Styling” controls for “Main Menu Links” are too limited. I am unable to affect the weight of the font or the font family. I’m not even certain that the font size is doing anything. I’ve tried different custom CSS to this and those attempts have failed.

    What custom css do you recommend to get the theme to affect style changes in the navigation main menu links?

    #996358

    Hey dnweil,
    Please try this css format:

    #top .av-main-nav span.avia-menu-text {
    font-family: sans-serif !important; 
    font-size: 16px !important; 
    font-weight: bolder !important; 
    color: red !important;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look at what rules you are trying to achieve.

    Best regards,
    Mike

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