Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #508992

    Hello^^

    is posible change submenu colors and over colors whit css similar like this?:

    
    a {
    color: #68b445; /* non-hover color */
    }
    a:hover {
    text-decoration: none;
    color: black; /* hover color */
    }

    this menu http://ganubis.com/19.jpg
    http://www.ganubis.com

    • This topic was modified 9 years, 1 month ago by Tokyo.
    #509002

    Hey Tokyo!

    Please add following code to Quick CSS

    #top .av-subnav-menu > li .avia-menu-text {
        color: #68b445;
    }
    #top .av-subnav-menu > li a:hover > .avia-menu-text {
        color: black;
    }

    Cheers!
    Yigit

    #509203

    Perfect ;)

    Thak you very much !!
    Regars! ^^

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change submenu colors with css’ is closed to new replies.