Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #186101

    Good morning, I want to change the font size of my Main Menu. How I can do?

    thank you very much, what would be the Css Quick?

    #186365

    Hey juannjo1!

    What type of header do you have? You can use this:

    .main_menu ul:first-child > li > a {
    padding: 0 12px;
    font-size: 15px;
    }

    Regards,
    Ismael

    #186446

    Hello Ismael,

    sorry but my programming skills are basic, my header is “Small fixed Header” where I have to put what you’ve put me.

    Thank you very much, and sorry about the google translation.

    #186461

    Hey!

    Please add Ismael’s code to Enfold theme options > Styling > Quick CSS

    Best regards,
    Yigit

    #186462

    Hello,

    I’ve introduccido in the box you see in the picture, but as you can observe, in the second image is where I have the menu, it does nothing.

    What have I done wrong?

    Thank you very much.
    JUANJO

    #186550

    Hi!

    The code should work:

    .main_menu ul:first-child > li > a {
    padding: 0 12px !important;
    font-size: 15px;
    }

    Please remove browser cache then reload the page a few times. Don’t forget to “Save Changes”.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change the font of main menu’ is closed to new replies.