I have a menu, in my website in wordpress, that when I move the mouse (there) it loads a border in the base, so that's fine, but I can not put the ACTIVE function for when the person is on the page related to the link stay with the border bottom appearing !! Here is the code:
.dropdown-menu > li > a:hover {
text-decoration: none;
color: #ffffff;
border-bottom: 3px #cf111d;
background-color: #fff;
border-style: solid;
border-bottom-style: solid;
}
.dropdown-menu > li > a:active {
text-decoration: none;
color: #ffffff;
border-bottom: 3px #cf111d;
background-color: #fff;
border-style: solid;
border-bottom-style: solid;
}
The menu image:
In this print, the border is only appearing because I have a mouse on it. Thank you for your attention!