Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • fiumeciane Friend
    #187277

    I would like to change the background color of a new menu item. I would also, after you create new menu item, change color of text. See sample image.

    You tell me how to do it please?


    1. MENULAVORO
    Ninja Lead Moderator
    #491974

    Can you send me URL of your site? Right now its difficult to guess the issue and give solution to you

    fiumeciane Friend
    #492120

    Of course, this is url of my site.

    Ninja Lead Moderator
    #492221

    <em>@fiumeciane 371883 wrote:</em><blockquote>Of course, this is url of my site.</blockquote>

    This is the solution for your request

    Open templates/ja_teline_iv/css/menu/mega.css file

    add new script

    .ja-megamenu .mega.last {
    background: #f68916 !important;
    }

    ul.level0 li.last.over a.mega {
    background: #f68916 !important;
    }

    Remember to clear cache from Admin area

    fiumeciane Friend
    #492240

    Hello Ninja Lead,

    work, now the background color is changed.

    It would be possible to change the color of the word “LAVORO”? I wish it was white (mouseover black).

    Thank you very much.

    Ninja Lead Moderator
    #492323

    🙂 here you are

    Open templates/ja_teline_iv/css/menu/mega.css file

    from

    .ja-megamenu .mega.last {
    background: #f68916 !important;
    }

    ul.level0 li.last.over a.mega {
    background: #f68916 !important;
    }

    change to

    .ja-megamenu .mega.last {
    background: #f68916 !important;
    color: white !important;
    }

    ul.level0 li.last.over a.mega {
    background: #f68916 !important;
    color: #000 !important;
    }

    Don’t forget to clear cache from Admin area

    fiumeciane Friend
    #492367

    Work fine, Thank you very much Ninja Lead. 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  fiumeciane 11 years, 6 months ago.

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