Home Button changes color on hover, hover defined.
-
Hi,
On the navigation-menu-panel I have the “home” link and I have the page-button-menus. They are all defined for the same style(below), but the home button changes color on hover(the home link has been given the class of current_page_item). I would appreciate some help. Thanks.
Website: https://www.integra.care/
.current_page_item {
-webkit-border-radius: 20;
-moz-border-radius: 20;
border-radius: 20px;
-webkit-box-shadow: 1px 1px 3px #000000;
-moz-box-shadow: 1px 1px 3px #000000;
box-shadow: 1px 1px 3px #000000;
font-family: Georgia;
color: #254a1c;
font-size: 20px;
padding: 1px 10px 1px 10px;
background: #ffffff;
text-decoration: none;
border: solid #ffffff 1px;
margin: 7px;
}
.current_page_item:hover {
border: solid #000000 1px;
color: #254a1c;
text-decoration: none;
}
- The topic ‘Home Button changes color on hover, hover defined.’ is closed to new replies.