Disable menu icons in SMF 2.1

in Tutorials on 03 Sep 2021

sell  smf  css  2.1


Disable menu icons in SMF 2.1
These pesky menu icons are default on SMF 2.1; but when customizing a theme for SMF 2.1, this can be annoying since more often than not it doesn't go with your design.

Let's open your theme CSS file and add the following:

1. Themes/YOUR_THEME/css/index.css
2. At the very end, add:

/* ---------------------------- */
/* Kill godforsaken menu icons. */
#main_menu .main_icons, #main_menu img  {
    display: none;
}
/* But don't kill mobile menu closing icon. */
.main_icons.hide_popup {
    display: block !important;
}

Reference: @Antechinus @smf Disable Menu Icons



idesignSMF Team
Mick is an American theme designer for Simple Machines Forum software currently living in South Florida, USA. He runs idesignSMF.com and started tinkering with SMF in 2006 where he created several SMF forums of his own before he founded idesignSMF in 2009 to which he is dedicated full time.

idesignSMF.com | SimpleMachines.org



0 Comments


rocket_launch

Awesome Support. Download our themes, you also get theme support.