How to change the font type and size and color of menu items?

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Sep 14, 2014.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    I have a top horizontal menu with nothing special about it. It is just the main menu. The text seems to be too small and I need to make it larger.
    How do I change the font size and font type and color?

    Thanks,
    Mike
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Mike,

    Use following css code to change menu font in Custom CSS.
    Code:
    #menu li a {
    font-size: your desired size (in px);
    color: your desired color;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    This is exactly what I needed.

    Thank you very much!
    Mike
     
Thread Status:
Not open for further replies.

Share This Page