How can I alter the megamenu font in Flow theme?

Hi!

Would like to change the submenu font in the megamenu:

Help is appreciated thank you.

Site link: https://8cm0b8ukvcipbh1b-12859847.shopifypreview.com

Cheers!

Hi @pjk3635 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css->paste below code at the bottom of the file:
.mega-menu-wrapper .mega-menu-block li > a {
    font-size: 13px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.