Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #978193

    I’ve tried to set the menu font-size in Advanced styling and tried to change the CSS to make the Main menu font-size larger. I’ve been unsuccessful. In fact even changing the overall font-size in general styling did not work. Please advise.

    #978197

    Hey websavvymarketers,

    I’m seeing:

    font-size:18!important;

    This is in your css currently and would have to be removed before you can change the size.

    Best regards,
    Jordan Shannon

    #978513

    Yes that would appear to have been a problem, but that was placed there because I couldn’t get the advanced style feature to work. I’ve removed it and tried to use advanced style again and nothing I try seems to change the font size of the main menu or the body font for that matter. Thanks for your help. Any other suggestions?

    Carolyn

    #978542

    Hi,

    Remove the !important and then we should be able to target it correctly.

    Best regards,
    Jordan Shannon

    #978549

    I’m sorry I wasn’t clear. I did remove the !important and it still does not work. Thanks for your help. Carolyn

    #978980

    Hi,

    Try the following:

    #avia-menu a .avia-menu-text{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

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