Font size for sub-menu items

Support Area Forums Elite Font size for sub-menu items

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #17113
    Avatar photoJazz Lover
    Participant

    Bill, sorry for bombarding you with questions:) May we have an option to choose font size for sub-menu items? It would look more esthetically pleased if submenu items be smaller.

    And it would be fantastic to have a little bit smaller short description for the items. In this case it possible to emphasize, make an accent with short slogan on first 1-2-3 words with continuous additional explanation.

    #17118
    Bill Robbins
    Moderator

    It is possible to change the font size for the drop-down items. Here’s how to do that:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      nav#top-menu ul ul li {
      	font-size: 14px;
      }
      
    3. Update your settings.

    There is a WordPress function for menu item descriptions, but it’s rarely ever used. Probably the easiest option would be to change the label of your menu items to include the description. By default they will display the page title, but if you’ll click on the down arrow on the right hand side of any item in your menu builder, it’ll give you a field where you can change the label. That’s how I would go about it.

    If you run into any trouble, let me know,
    Bill

    #17125
    Avatar photoJazz Lover
    Participant

    Thank you Bill, your support is excellent!
    It changed font size, but didn’t resize dropdown menu. Is it possible to fit the dropdown menu to submenu font size?

    #17127
    Bill Robbins
    Moderator

    Unfortunately they have to be sized separately. You can adjust the width of the actual drop-down menu background. Just add this to your Custom CSS box too:

    
    nav#top-menu ul li:hover ul {
    	width: 200px; 
    }
    

    and adjust the 200 to the width in pixels you need it to be.

    See if that won’t take care of it for you.

    Thanks,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font size for sub-menu items’ is closed to new replies.