Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kostas13 Friend
    #201521

    Hello. I would like to change the color of the letters in the menu. I need both regular, hover and clicked menu letters to be white as i will make the header bar black

    TomC Moderator
    #550423

    So that we can try to best assist you, please provide the url of the site you’re working on.

    kostas13 Friend
    #550424

    i sent them private

    kostas13 Friend
    #550426

    i changed to white both regular and active menus but i can not find the hover

    Ninja Lead Moderator
    #550457

    <em>@kostas13 446908 wrote:</em><blockquote>i changed to white both regular and active menus but i can not find the hover</blockquote>

    I just fixed it directly on your site in templates/ja_jason/css/custom.css file with this script below


    .navbar-default .navbar-nav > li.active > a {
    color: #fff !important;
    }

    .navbar-default .navbar-nav > li.active.open > a {
    color: #fff !important;
    }

    .navbar-default .navbar-nav > li.open > a {
    color: #fff !important;
    }

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

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

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