Superfly menu - style specific menu items

Hi guys, is there a way to control specific menu items in the Superfly menu? Trying to Have these: https://prnt.sc/jnoj6d in lower letter case and lower the padding between them.

Thank you,
Petar

Hi @kcreative ,

Thanks for writing in.

It’s only possible with custom CSS, please add this CSS to your SuperFly custom CSS (under Advanced section).

    .sfm-menu-item-610 a, .sfm-menu-item-609 a {
        text-transform: lowercase !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

Thanks!

Great, thank you so much - that works wonders!

You are most welcome. :slight_smile:

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