Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • frenchtom Friend
    #165965

    Hi,

    I have one question : can someone tell me how to change the font color in the mega menu of my site.
    Here’s a link to my site : http://www.ifera2012.com

    As you can see in the menu, the text is in grey and goes white when clicked or mousehovered. I would like to have text all the time in the white color.

    Thanks for your help.

    Thomas

    khoand Friend
    #399953

    Hi,
    You replace this code from http://www.ifera2012.com/templates/ja_minisite/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #666;
    font-weight: normal;
    font-color: ffffff;
    line-height: 20px;
    padding: 17px 17px 13px;
    text-transform: uppercase;
    }

    with

    .ja-megamenu ul.level0 li.mega a.mega {
    color: white;
    font-weight: normal;
    font-color: ffffff;
    line-height: 20px;
    padding: 17px 17px 13px;
    text-transform: uppercase;
    }

    frenchtom Friend
    #399964

    Thanks for help,
    Works like a charm.
    Problem solved !

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  frenchtom 13 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum