"Active Page" menu tab color.
-
On this website here: https://courses.destructivelyfit.com, I cannot get the “active page” menu tab color to change.
This is the code I have pasted into the custom CSS:
a:link {color:#4f2c15;} /* unvisited link */
a:visited {color:#39054d;} /* visited link */
a:hover {color:#97862c;} /* mouse over link */
a:active {color:#000000;} /* selected link *//** Global Anchors Hover */
.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
color: #97862c;
}#header {
width: 100%;
background: transparent;
padding: 20px 0;
}Many thanks in advance!
Bob
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘"Active Page" menu tab color.’ is closed to new replies.