Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pradipmulay Friend
    #180423

    How to give different colors for mega menu columns…
    Screenshot is attached herewith.


    1. column-colors
    Ninja Lead Moderator
    #466062

    Open templates/ja_kranos/css/template.css file and add with new script below

    /* column1 */
    .ja-megamenu .column1 ul.level1 {
    background:red;
    }

    /* column2 */
    .ja-megamenu .column2 ul.level1 {
    background:blue;
    }

    /* column3 */
    .ja-megamenu .column3 ul.level1 {
    background:green;
    }

    /* column4 */
    .ja-megamenu .column4 ul.level1 {
    background:green;
    }

    Remember clear cache from Admin area. Hope help you solve the issue

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 2 months ago.

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