Check out the SMF Function DB!
Quote from: Ian M link=msg=8733 date=1506277551Hello.Please can you tell me how to edit / change the icons in the main menu. When I add a menu item it displays a question mark icon and I would like to change this.Thank you.Hi Menu icon all img : /images/generic_icons.pngindex.css:738 Code: [Select].generic_icons.administration, .generic_icons.home { background-position: -135px -187px;}You need test : -135px replace : -240px and bla..blaa...And New Menu-iconSources/subs.phpCode: [Select] 'work' => array( 'title' => 'work', 'href' => $scripturl . '?action=work', 'show' => true, 'sub_buttons' => array( ), ),and index.css add Code: [Select].generic_icons.administration, .generic_icons.work { background-position: -161px -239px;}And Snrj started topic : http://smf.konusal.com/index.php?topic=1592.0 Translate Google Sry Bro
Hello.Please can you tell me how to edit / change the icons in the main menu. When I add a menu item it displays a question mark icon and I would like to change this.Thank you.
.generic_icons.administration, .generic_icons.home { background-position: -135px -187px;}
'work' => array( 'title' => 'work', 'href' => $scripturl . '?action=work', 'show' => true, 'sub_buttons' => array( ), ),
.generic_icons.administration, .generic_icons.work { background-position: -161px -239px;}
hello browser f12 button name find samplebutton_forumcutforum index.css bottom pastegeneric_icons.forum{background-position: -161px -239px;}Play with positions