Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter milogus

    (@milogus)

    can someone help me?

    Realize this is an old-ish thread, but since there aren’t any replies..

    Anyway, I did something like this:

    #menu-secondary li a {
    	font-size: 0.8333333333333333em;
    	line-height: 1.2em;
    	display: block;
    	padding: 1.1em 1.2em;
    	text-transform: uppercase;
    	color: green;
    	background: pink;
    	border-bottom: 1px solid #252525;
    }
    #menu-secondary li a:hover {
    	color: pink;
    	background: green;
    }

    Replace green and pink with your preferred colours. You might also need to provide support for deeper links.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thx thorirv ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change the color of secondary menu (in black)’ is closed to new replies.