Drop down menu caps change - by brianwlake@gmail.com

This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: brianwlake@gmail.com
    brianwlake@gmail.com
    Participant
    February 7, 2015 at 22:43

    Hi,

    Please see my site for reference http://www.avalonia.it

    I am having trouble changing the font characteristics of the drop down menu. I do not want it in upper case, and want to change to standard text. I’d also like to change the text size. Changes to the custom.css file do not seem to be having the desired effect. Can you help?

    Thanks

    Brian

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    February 8, 2015 at 21:12

    Hello,

    Please add this code in custom.css file:

    .menu .nav-sublist-dropdown ul > li > a {
        font-size: 10px;
        text-transform: lowercase;
    }

    How to create custom.css is described in our video tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.