Drop Menus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Olate
    Member
    • Jan 2004
    • 61
    • 3.0.0 Release Candidate 3

    Drop Menus

    Whereabouts is the font for the text seen in the drop down menus controlled from? See the screenshot for the ones I'm talking about.
    Attached Files
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    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.

    Comment

    • Olate
      Member
      • Jan 2004
      • 61
      • 3.0.0 Release Candidate 3

      #3
      Great. Thanks.

      Comment

      • kittymother
        New Member
        • Jul 2004
        • 7

        #4
        How do you change the color of the select button in vBulletin version 3? The one with the arrow pointing down that you clic on to open the menu.

        Comment

        • Floris
          Senior Member
          • Dec 2001
          • 37767

          #5
          I think that uses the operating system settings, scrollbars aren't xhtml colored.
          And if it is, you probably need the <select> CSS attribute.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...