Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Alph,

    Please try adding this to the custom CSS (just below where it says “add custom css here”)

    .categories li {
    	padding: 3px !important;
    	display: block !important;
    }
    .categories li:hover {
    	background: red !important;
    }
    .categories li:hover a {
    	color: white !important;
    }

    Regards,
    Tom

    Thread Starter Alph

    (@alpph)

    Hi Tom

    It works. I have to adapt the colour to my theme.

    In the hurry, because I made some change in CSS, I add these lines in style.css of my child theme : I works also. In other words the adaptation in Menu theme could also be made in the style.css of a child theme. It’s right ?

    Thanks for all

    A. Philippe

    Plugin Author megamenu

    (@megamenu)

    Hi Alha,

    That’s right, you can put the CSS anywhere as long as it gets loaded onto the page somehow.

    Regards,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colour change when hover on Widget in Mega Panel’ is closed to new replies.