[Support request] Submenu Questions

Home Forums Support [Support request] Submenu Questions

Home Forums Support Submenu Questions

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #855533
    yury

    Hi,

    1) How do I make the submenu items regular font instead of all capitalized (e.g. Toothpaste instead of TOOTHPASTE)

    2) How do I expand the width of the submenu so I can fit everything in one line so it doesn’t wrap onto the 2nd line?

    Thank you

    #855554
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    1.

    .main-navigation ul ul li > a {
        text-transform: none;
    }

    2.

    .main-navigation ul ul {
        width: 250px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.