This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hello how can i put the border bottom on the link hower like in the picture?
Thank you
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.menu-main-container .menu > .current-menu-item > a:after {
content: "";
height: 1px;
width: 30px;
left: 50%;
transform: translateX(-50%);
bottom: 25%;
position: absolute;
background-color: #bc0e0d;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up