Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jersonjunior Friend
    #161755

    Where can I change active menu color and font main menu

    Where can I change:
    1) the active menu color and font color in the active menu
    2) Font of the main menu to change

    Thanks in advance for help

    chavan Friend
    #382624

    Here is the Css file url templatesja_methyscssmenumega.css

    Please change the color coding alone For Ex: color:#FF0000

    For Menu color change this css


    .ja-megamenu ul.level0 li.mega a.mega {
    color: #111111;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 10000;
    }

    For Menu color change On MouseHover this css


    .ja-megamenu ul.level0 li.mega a.mega:hover {
    color: #111111;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 10000;
    }

    For Active Menu color change this css


    .ja-megamenu ul.level0 li.mega a.active {
    color: #FF0066;
    }

    To change the Font Family add this css


    font-family:Arial;

    khoand Friend
    #382651

    Hi,
    – Open <joomla url>templatesja_methyscssmenumega.css file
    – Solve (1), find this code


    .ja-megamenu ul.level0 li.mega a.active {
    color: #FF0066; <--change value
    background-color:#0000FF; <-- add new line
    }

    – Solve (2), find this code


    .ja-megamenu ul.level0 li.mega {
    margin-right: 15px;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; <--change value
    }

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

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

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