Change the color & the size of the font in the menu

Discussion in 'ColorWay WordPress Theme' started by heds, Dec 19, 2012.

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

    heds New Member

    Joined:
    Jul 5, 2012
    Messages:
    2
    Likes Received:
    0
    Hello,

    I would like to change the color and the size of the font in my menu : look at my website : http://www.leparcdesmarechaux.com/ . If it's possible.

    Tanks

    Stéphanie
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #menu li a {
    color: red;
    font-size: 10px;
    }
    Inplace of "red" put your color code.
    Adjust font size as per your requirements.
     
  3. heds

    heds New Member

    Joined:
    Jul 5, 2012
    Messages:
    2
    Likes Received:
    0
    I did it and more... thanks and have a nice day :)

    Stéphanie
     
Thread Status:
Not open for further replies.

Share This Page