Announcement
Collapse
No announcement yet.
Drop Menus
Collapse
X
-
in vBulletin version 3, it is the <select> menu main css attribute.
in vBulletin version 2, is is the select css set in the header insert template.
Admin control panel > styles > modify > header insert, find the select { ... } one and modify the size/font attributes, it looks something like this:
select
{
font-family: Verdana, Arial, Helvetica,sans-serif;
font-size: 11px;
color: #000;
background-color: #eee;
}
Please note that this has effect on all the select drop down boxes.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment