Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • meioaereo Friend
    #147672

    How do I change the submenu color to fit the “deepblue” style like in menu? I need it to match the menu colour (blue). I tried a few hours but I couldn’t find it

    Thanks guys

    micrantha Friend
    #329355

    Hello

    Take a look in file template.css
    Search for this rule, in chapter /* Sub Nav —*/:

    #ja-subnav ul.active {
    background: #333;
    }

    Good luck,
    Micrantha

    meioaereo Friend
    #329419

    <em>@micrantha 160509 wrote:</em><blockquote>Hello

    Take a look in file template.css
    Search for this rule, in chapter /* Sub Nav —*/:

    #ja-subnav ul.active {
    background: #333;
    }

    Good luck,
    Micrantha</blockquote>
    Micrantha, I tried but it didn’t work. The bar still blak. I need the blue #145077 for it. I changed the template.css #ja-subnav ul.active but still the black bar.

    Any other help for that?

    Thank you

    micrantha Friend
    #329425

    Well, in this part of template.css there are more lines:
    You could try these:

    #ja-subnav ul {
    padding: 10px 0 9px;
    background: #145077;
    overflow: hidden;
    }

    #ja-subnav ul.active {
    background: #145077;
    }

    It works in my local test-version of jateline-iii-1.4 quickstart installation.
    But every menu-item can get its own color. You can find css-files for color-variations in directory “colors”.

    good luck,
    Micrantha

    meioaereo Friend
    #329428

    <em>@micrantha 160598 wrote:</em><blockquote>Well, in this part of template.css there are more lines:
    You could try these:

    #ja-subnav ul {
    padding: 10px 0 9px;
    background: #145077;
    overflow: hidden;
    }

    #ja-subnav ul.active {
    background: #145077;
    }

    It works in my local test-version of jateline-iii-1.4 quickstart installation.
    But every menu-item can get its own color. You can find css-files for color-variations in directory “colors”.

    good luck,
    Micrantha</blockquote>
    Thank You so much. That worked!

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

This topic contains 5 replies, has 2 voices, and was last updated by  meioaereo 14 years, 8 months ago.

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