Can't change the font size on this mega menu. - Warehouse Theme

Hi, im trying to fix this Mega Menu items (Acessórios, Beleza …) they are too big, i edited many Css, and other coding but couldn’t find any solution.

www.evaleon.com.br

Hi, @dudjis

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
span.mega-menu__title.heading font font,span.mega-menu__title.heading {
   font-size: 18px !important;
}

Thank you, i spent all morning trying to find that and was on theme.css → ;mega-menu classes.