Skip to content

Instantly share code, notes, and snippets.

@tuanbbhero
Created February 15, 2019 02:31
Show Gist options
  • Save tuanbbhero/d29f04fd12025309d1321cc4009eff5a to your computer and use it in GitHub Desktop.
Save tuanbbhero/d29f04fd12025309d1321cc4009eff5a to your computer and use it in GitHub Desktop.
CSS Styling for MH Corporate Lite Theme by MH Themes.
/* Menu item hover and current color */
.main-nav li a:hover {
color: red;
}
.main-nav .current-menu-item a {
color: red;
}
/* Footer title border color */
.footer-widget-title {
border-bottom-color: red;
}
/* Copyright Text, color, size and align */
.copyright {
color: red;
font-size: 16px;
text-align: center;
}
.copyright a {
color: red;
}
.copyright a:hover {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment