Changing Menu Font and Colour

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #354
    Anonymous
    Guest

    Hi,

    Just wondering how I can change the Menu font and colour?

    Thanks,
    Sally
    http://www.sallykathryn.com

    #872
    admin
    Participant

    Hi Sally,

    Just wondering how I can change the Menu font and colour?

    – Open style.css
    – Look for the section “=Menu Primary”
    – Modify the code

    .menu ul a,
    .menu ul a:visited {
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    color: #2f2f2f;
    }[/CODE]

    Enjoy.[CODE].menu ul a,
    .menu ul a:visited {
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    color: #2f2f2f;
    }[/CODE]

    Enjoy.

    #873
    Anonymous
    Guest

    But how do I change the font type? What would the code be for that?
    Also what would the code be for making the menu font text bold?

    Thanks,
    Sally

    #874
    admin
    Participant

    Hi Sally,
    Here is the code.

    .menu ul a,
    .menu ul a:visited {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    }[/CODE]

    Enjoy![CODE].menu ul a,
    .menu ul a:visited {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    }[/CODE]

    Enjoy!

    #875
    Anonymous
    Guest

    Thank you so much this is fantastic! :)

    #876
    admin
    Participant

    Thanks for your feedback Sally,
    You have made an awesome customization (Header is really nice) to your contango based website – http://www.sallykathryn.com/
    Enjoy!

    #877
    Anonymous
    Guest

    Thank you! I absolutely love your theme! :) You guys made my life so much easier!!

    #878
    Anonymous
    Guest

    I tried to follow the about post to change the font type, color and size in menu and nothing happened. Can you help me further?

    #879
    admin
    Participant

    @[USER=207]plantmissouri[/USER] , it should work if you are implementing it properly. Please make sure, you are modify the style.css properly.

    #880
    Anonymous
    Guest

    Thank you for your response. I added the css in the “extended settings” css portion.
    However, I did not get the font to change. Can you show me how to insert the font KG Skinny Latte for the menu items?

    #881
    admin
    Participant

    I think you have implemented it successfully according to your latest thread.

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