[Resolved] Submenu without formatting

Home Forums Support [Resolved] Submenu without formatting

Home Forums Support Submenu without formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #871604
    Michael

    Hi,
    I have set the primary navigation to be in uppercase. It defaults to the submenu as well. Is there a way to disable the uppercase for the submenu?

    I could of course re-write all the menus… ๐Ÿ™‚

    GPP 1.8

    GeneratePress 2.2.2
    #871651
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation .main-nav ul ul li a {
        text-transform: initial;
    }
    #871717
    Michael

    Amazing ๐Ÿ™‚
    Do you just create this on the fly, or do you have some kind of web based resource?
    Thanks again

    #871769
    David
    Staff
    Customer Support

    The Browser Inspector is the best way to find what classes you need to use. When you done that a few hundred ( or thousand times ) you begin to know the Theme classes off the top of your head.

    Same with the CSS properties. The W3 Schools website provides a user friendly explanation of the different CSS properties.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.