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

    Hello,

    I am having trouble changing the font size of my sub menu links. I’m aware of the Advanced Styling tab and have used this to change the background/font colour. I have tried changing the font size with no luck. I’ve also tried some coding that was suggested in similar threads but nothing seems to work.

    Thanks

    #1008112

    Hey,

    It was because of following custom CSS code

    #header_main .avia-menu-text {
        font-size: 14.3px;
    }

    I changed it to following

    #header_main #avia-menu > li > a > .avia-menu-text { 
      font-size: 14.3px; 
    }

    so it only applies to main menu items. Please review your website :)

    Cheers!
    Yigit

    #1008116

    That seems to have made the font for the drop down items smaller, if anything, It would be great if they were the same size as the main menu items.

    #1008118

    Hi,

    I set it to 11px for testing purposes. You can simply go to Enfold theme options > Advanced Styling tab and edit font size for sub menu items :)

    Best regards,
    Yigit

    #1008119

    Perfect that worked. Thanks!

    #1008124

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sub Menu Font Size’ is closed to new replies.