Change current page Menu button color
-
The color of the menu button on the current page is solid black.
I cann t find where in the css code is that to change it.
Tried to change the following:
a.button:active,
input[type=reset]:active,
input[type=button]:active,
input[type=submit]:active {
background: #DFDFDF;
color: #ff8ba6;
}but didn t work.
Where in the css code is that?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Change current page Menu button color’ is closed to new replies.