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

    Dear WordPress-guru,

    Can you help me enlarge the size of the menu buttons on the following page:
    http://www.peetersduurzaam.nl/bs
    The menu name is: Blue Stables

    Please let me know if you need more info!

    Kindest regards,
    Pim

    #505117

    Hey eric_peeters!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .menu-blue-stables-container a {
        font-size: 20px;
    }

    Regards,
    Yigit

    #505124

    Great! Thanks Yigit!

    Is it also possible to enlarge the font size of the menu title?

    Regards,
    Pim

    #505133

    Hey!

    Please add following code to Quick CSS as well

    #nav_menu-2 .widgettitle {
        font-size: 30px;
    }

    Regards,
    Yigit

    #505169

    Thanks!

    Last question: how can I change the menu title to color #80BFFF?

    #505306

    Hi,

    Please try the following as well:

    #menu-blue-stables li a {
        color: #80BFFF !important;
    }

    Best regards,
    Rikard

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