• Resolved bludgee

    (@bludgee)


    I recently upgraded to Hestia 2.5.0 and all the pull down menus items now appear in Uppercase.

    An example of what showed in v 2.4.9 was as follows –

    SECTIONS -> Summary
    -> Joeys
    -> Cubs
    -> Scouts
    -> Leaders

    In Hestia 2.5.0 it shows –

    SECTIONS -> SUMMARY
    -> JOEYS
    -> CUBS
    -> SCOUTS
    -> LEADERS

    Note that all pull down menu items were affected by the upgrade.

    I have since reverted back to v2.4.9 so that the pull down menu items show correctly.

    Can you please suggest how this can be fixed.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would like to have an option to change this back, too, please.

    Hey guys,

    Here’s a bit of CSS you can throw in your “additional css” area under the customizer to fix this:

    .navbar .navbar-nav>li .dropdown-menu li>a {
    text-transform: none;
    }

    That fixes it, thank you!

    Should still be an option in the theme, in my opinion.

    Thread Starter bludgee

    (@bludgee)

    Perfect – This fixes it for me too. Many thanks the9mm.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pull down menu items all show in uppercase in Hestia 2.5.0’ is closed to new replies.