Skip to content

Instantly share code, notes, and snippets.

@adrelliott
Created November 19, 2017 09:14
Show Gist options
  • Save adrelliott/6ff081d951f98b92e0d868a8fe75dc5c to your computer and use it in GitHub Desktop.
Save adrelliott/6ff081d951f98b92e0d868a8fe75dc5c to your computer and use it in GitHub Desktop.
/** Changing the Header **/
header {
background: #d82222; // Paste in your new header colour
}
footer .fmn {
background: #b96363; // Paste in your new footer colour
}
/** Changing the nav links **/
header ul.menu > li > a {
color: #19efbd; //Change the STANDARD link colour (paste in your colour code)
}
header ul.menu > li > a:hover {
color: #9759da; //Change the HOVER link colour (paste in your colour code)
}
header nav>ul.menu li.current-menu-item>a, header nav>ul.menu li.current_page_item>a {
color: #ff1f1f; //Change the link colour when the page is ACTIVE (paste in your colour code)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment