Adjusting Ubermenu Submenu Font Size

I was trying to edit submenu font size in Ubermenu but found no related section in Ubermenu interface and I solved it with this code custom CSS code.

.ubermenu .ubermenu-submenu .ubermenu-item .ubermenu-target {
font-size:16px;
}

Just go to Appearance>Ubermenu>General Settings>Custom CSS>Custom CSS Tweaks and paste it. Adjust the font size and there you go!

I spent hours trying to figure this out, hope it will help others to save some time :blush:

Thanks for sharing! Yes, it may require CSS depending on your preference.

Another solution is:

  1. Add Column from Uber Menu Advanced Items to the menu,
  2. Drag the desired menu items so they are the children items of the column
  3. Go to Appearance>Customize>Uber Menu>Normal&Flyout Items
    and make the changes.

Great work.
We really appreciate for sharing this information.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.