• I want to change the sub-menu hover color. I was tried by change #navmenu ul li ul li:hover color, but it does not working. Please give me a solution how can i change this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • go to theme option => color and front tab => change hover color

    thanks

    But the menu looks black with the text also in black..when looking from a mobile phone.
    How to change the text colour to white so that it is visible in mobile.

    Thread Starter Shamim_srdr

    (@shamim_srdr)

    How can add more filed for our client, showcase and other?

    sorry this option only have in pro version

    thanks

    Hi, I’m having the same issue as neelamsamanta. On a mobile phone, the menu backbround is black and the text color of the links are also black so can’t see them. How can this be changed? Thanks.

    hi,

    open style.css and find out this code

    body #navmenu ul.menu a, body #topmenu ul.menu ul a {
    	background: none;
    	display: inline;
    	padding: 0;
    	border: none;
    }

    remove it and past this code :

    body #navmenu ul.menu a, body #topmenu ul.menu ul a {
    	background: none;
    	display: inline;
    	padding: 0;
    	border: none;
           color: #fff;
    }

    Thank you, that worked perfectly!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Need to change sub-menu hover background color’ is closed to new replies.