Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* In HTML/css/main.css find this rule: */
- .header_sticky.bg-dark-1:hover, .header_sticky.bg-dark-2:hover, .header_sticky.bg-dark-3:hover, .header_sticky.bg-dark-4:hover,
- .header_sticky .menu > li > a:hover {
- color: #fff;
- }
- /* And replace it as follows: */
- .header_sticky.bg-dark-1 .menu > li > a:hover, .header_sticky.bg-dark-2 .menu > li > a:hover, .header_sticky.bg-dark-3 .menu > li > a:hover, .header_sticky.bg-dark-4 .menu > li > a:hover {
- color: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement