Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • staNsol Friend
    #874376

    Hi
    I need the following. The background color on menu items should be set separately for each menu item. How can I customize that and where. With dark colors the Text must be white.

    How can I change black background color of a menu on a small display to light gray with dark text? the same for off canvas?
    thank you


    1. Menu
    2. black-menu
    Ninja Lead Moderator
    #874977

    Hi,

    Your request is custom work and it’s out of JA support scope but you can try to follow my steps below

    • Go to admin of your site -> Template Manager -> Uber template -> click Megamenu configuration and add the new class (for example: red) to Extra Class, see the screenshot.

    • Open templates/uber/css/custom.css file add new css style
    li.red {
        background: red;
    }

    Please check the home page of your site, you will get the same as my screenshot.

    About the light gray of background color into mobile menu, you can use the CSS style below and add it into templates/uber/css/custom.css file

    .t3-mainnav .t3-navbar-collapse .navbar-nav > li.open > a {
        background: #505656;
    }

    Hope it helps

    Regards


    1. megamenu
    2. front-end
    staNsol Friend
    #921724

    Hi
    Thanks. but I did not clear explain… not the background color itselfe, the higlight color if i roll over the mouse..
    Now as you can see, it takes the color from the theme itselfe…
    How can I chang that?

    Regards Theo

    Ninja Lead Moderator
    #922384

    Could you please follow the steps I mentioned above? You will have to use Extra Class for menu item you wish to style and add specific style for this class. This would take time and falls into custom work, you should hire a dveloper to get it done for you.

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

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

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