Log in

View Full Version : Forum Display Enhancements - Remove dropdown Menu Icon from all styles


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

TheSupportForum
03-12-2009, 05:00 AM
reserved for support

Jasem
03-12-2009, 09:42 PM
Good work, thank you

Thelonius Beck
11-28-2009, 11:59 PM
Nice.