TheSupportForum
03-11-2009, 10:00 PM
Will work on all vBulletin versions.
Description
this will remove all the dropdown arrows instead of eding templates
in ADMINCP go to styles and templates
Click Style Manager
Select MAIN CSS
add the following to Additional CSS Definitions
.vbmenu_control img {
display:none;
}
or
.navitem img {
display:none;
}
or both, add these to each style and icon will go
you dont need to make any template edits
there is no need for a new version of this release, but simple codes may be applied to it at a later stage
Description
this will remove all the dropdown arrows instead of eding templates
in ADMINCP go to styles and templates
Click Style Manager
Select MAIN CSS
add the following to Additional CSS Definitions
.vbmenu_control img {
display:none;
}
or
.navitem img {
display:none;
}
or both, add these to each style and icon will go
you dont need to make any template edits
there is no need for a new version of this release, but simple codes may be applied to it at a later stage