Submenu font size does not change

I found the place to change menu font size. The only problem I am experiencing is that submenu font size does not change. I looked for a specific place to adjust the size, but I could not find it…

Maybe I am missing something…Can you guide me to the right place where this can be done?

Hi,

There is no setting to change the font-size for the submenu.

You can do it using Custom CSS.

Please add the code below in Theme Options > CSS

.desktop .sub-menu {
     font-size: 12px;
}

Change 12px to adjust.

Thanks

1 Like

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