Oxygen drop down menu customization (padding, border, font color etc.)

  • Unknown's avatar

    Hi,

    Here’s my page: http://gradedtl.wordpress.com/

    The drop-down menu under Curriculum is super wonky.

    I’d like to:

    1. have the text on one line
    2. text in black
    3. text hover in red (already is)
    4. padding options
    5. left-aligned
    6. no border
    7. white background.

    I can’t seem to pick out these options in firebug.

    Any help much appreciated.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Try switching all of your .main-navigation and .main-navigation ul rules for just these two which should fix the problems in your existing custom CSS.

    .main-navigation {
      text-align:center;
      background:#dcdcdc;
    }
    
    .main-navigation .menu > ul {
      display:inline-block;
      padding:1.5em 0 0 1.5em;
    }
  • The topic ‘Oxygen drop down menu customization (padding, border, font color etc.)’ is closed to new replies.