Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lg21 Friend
    #195852

    I need to invert the colors of both top and side menu

    from
    * # 858 687
    * # ffffff

    to
    # ffffff
    # ff0000

    what is the css file to edit?
    templates / ja_orisite / css / menu
    you are here?
    thanks

    chavan Friend
    #526957

    Go to this File: /templates/ja_orisite/css/menu/mega.css

    Find this code and replace #858687 to #FFFFFF

    .ja-megamenu ul.level0 li.mega a.mega {
    font-weight: normal;
    text-transform: uppercase;
    color: #858687;
    padding: 15px;
    }

    Please explain more about the side menu.

    lg21 Friend
    #526968

    send the image


    1. color_link_menu
    chavan Friend
    #526978

    1. For Mega Menu:

    Go to this File: /templates/ja_orisite/themes/blue/css/menu/mega.css

    Replace this code

    .ja-megamenu ul.level0 li.mega a.over,
    .ja-megamenu ul.level0 > li.mega > a.over {
    color: #fff !important;
    background-image: none;
    }

    With

    .ja-megamenu ul.level0 li.mega a.over,
    .ja-megamenu ul.level0 > li.mega > a.over {
    color: #FFFF00 !important;
    background-image: none;
    }

    Go to this code: /templates/ja_orisite/css/menu/mega.css

    Replace this code

    .ja-megamenu ul.level0 li.mega a.mega {
    font-weight: normal;
    text-transform: uppercase;
    color: #858687;
    padding: 15px;
    }

    With

    .ja-megamenu ul.level0 li.mega a.mega {
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px;
    }

    2. For sidebar Menu:

    Go to this File: /templates/ja_orisite/css/template.css

    Replace this code

    #ja-container ul.menu li a { color: #a8a8a8; padding: 10px 10px; text-align: left; }

    With

    #ja-container ul.menu li a { color: #FFFFFF; padding: 10px 10px; text-align: left; }

    Replace this code

    #ja-container ul.menu li.active > a { color: #fff; }

    With

    #ja-container ul.menu li.active > a { color: #FFFF00; }

    Replace this code

    #ja-container ul.menu li a:hover,
    #ja-container ul.menu li a:focus,
    #ja-container ul.menu li a:active { color: #fff; }

    With

    #ja-container ul.menu li a:hover,
    #ja-container ul.menu li a:focus,
    #ja-container ul.menu li a:active { color: #FFFF00; }

    lg21 Friend
    #526984

    Thanks is perfect

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

This topic contains 5 replies, has 2 voices, and was last updated by  lg21 10 years, 5 months ago.

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