Skip to content

Instantly share code, notes, and snippets.

@samar241
Created May 28, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samar241/1e24d9642e0f5865b5faf3e4854cb11f to your computer and use it in GitHub Desktop.
Save samar241/1e24d9642e0f5865b5faf3e4854cb11f to your computer and use it in GitHub Desktop.
Change-menu-item-color-on-Archive-Search-Result-Single-post-and-404-Page.
/* Main Header Adjustments */
.single-post #et-top-navigation nav>ul>li>a {
color: #09c384;
}
.archive #et-top-navigation nav>ul>li>a {
color: #09c384;
}
.search #et-top-navigation nav>ul>li>a {
color: #09c384;
}
.error404 #et-top-navigation nav>ul>li>a {
color: #09c384;
}
/* End Main Header Adjustments */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment