Menu font and line - by hooweiliam - on WordPress WooCommerce support

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

  • Avatar: hooweiliam
    hooweiliam
    Participant
    November 29, 2014 at 09:28

    Hi,
    Please take a look on my website.
    http://thelovefascino.com/

    How can I change the font color for the menu? Want to get a dark black font.
    Besides, for the header, instead of 2 line , can I get a 1 line below the menu?

    Basically, can the menu look something like this website.

    http://www.shoplabellavita.com/

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2014 at 17:29

    Hello,

    Please add this code into custom.css file:

    .main-nav .menu > li > a {
        color: #F00 !important;
    }

    Replace color value with yours.

    .main-nav {
        border-bottom: none !important;
    }

    How to create custom.css you can watch in this tutorial.

    To change font weight as on the other site you need add this code:

    .main-nav .menu > li > a {
        font-size: 12px !important;
        font-weight: bold !important;
    }

    Regards,
    Eva Kemp.

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

The issue related to '‘Menu font and line’' has been successfully resolved, and the topic is now closed for further responses

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