test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • thomasfmg Friend
    #966963

    hi my web is http://demo.blugreenoffice.com

    i try to change the main nav background-color into white, and it work unfortunately when i try to hover the mouse pointer over the menu, the color of the hover and the text is white also.

    can you help me where and how to change this ? ie. i want to change the hover background color to white and the text into black.

    thanks


    1. before
    2. after
    Pankaj Sharma Moderator
    #966980

    Hi

    Add below code in /css/custom.css file and change the color code from white to your color code

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff!important;
    }
    thomasfmg Friend
    #966993

    thanks i did need to change to black for text color.

    how about change the hover color when mouse point ?

    i did succeed on change the hover to green, by adding this :

    background-color: #9ef9a9!important;

    but it won’t affect the sub menu, how can i archieve this ?


    1. hover
    Pankaj Sharma Moderator
    #967146

    Hi
    Use this code in custom.css file to add bg color for dropdown items .

    t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
        background: green;
        color: #003b24;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

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