Icons
-
How can I increase the icons in the menu, to make them bigger?
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
-
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,
TomThanks 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: 1150theme they use is default.
Thanks.-
This reply was modified 9 years, 6 months ago by
constantin_18.
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,
TomThank you very much,
I also have not noticed, but now I’ve done.
You have created the best plugin luck!Thanks, and thanks for the review also 🙂
-
This reply was modified 9 years, 6 months ago by
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Icons’ is closed to new replies.