Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi floride,

    Please go to Mega Menu > Menu Themes, select your menu theme and insert this into the Custom Styling area:

    #{$wrap} #{$menu} li.mega-menu-item a[class^='dashicons']:before {
        font-size: 24px !important;
    }

    Regards,
    Tom

    Thread Starter constantin_18

    (@floridemucegai)

    Thanks for answer, but I did as you told me and it appears error occurred:

    Warning: CSS compilation failed. Please check your changes or revert the theme.
    
    parse error: failed at <code>#{$wrap} #{$menu} li.mega-menu-item a[class^='dashicons']:before {</code> line: 1150

    theme they use is default.
    Thanks.

    • This reply was modified 8 years, 5 months ago by constantin_18.
    Plugin Author megamenu

    (@megamenu)

    Hi Floride,

    Apologies, please try this instead (the Custom Styling box doesn’t like single quotes, that is fixed in the development version already):

    #{$wrap} #{$menu} li.mega-menu-item a[class^="dashicons"]:before {
        font-size: 24px !important;
    }

    Regards,
    Tom

    Thread Starter constantin_18

    (@floridemucegai)

    Thank you very much,
    I also have not noticed, but now I’ve done.
    You have created the best plugin luck!

    Plugin Author megamenu

    (@megamenu)

    Thanks, and thanks for the review also ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons’ is closed to new replies.