Change Menu Background, Menu Font Type, Size, Color

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

  • Avatar: joongpark
    joongpark
    Participant
    June 16, 2016 at 17:44

    I tried to search for same topic but search feature is really lacking so I gave up after spending 30 min on it.

    Here is what I would like to change in Legenda theme.

    #1. Change background of MENU Bar

    #2. Change Font Type, Size, and Color of Menu Text itself.

    I know how to use CUSTOM.CSS so please post sample code so I can change it accordingly.

    Thanks.

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    June 16, 2016 at 19:34

    Hello,

    1. Please use this code in custom.css:

    .main-nav {
      background-color: red;
    }

    2. Use the following css code:

    .main-nav .menu > li > a {
        color: black;
        font-size: 17px;
        font-family: Open Sans;
    }

    Write your values.

    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.