Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Giorgos
tagDiv Member

Hello

Everyone. I have you a solution for the custom border color of the menu items.

add this code:

.menu-item-MENU-ID > a:hover { /#### ADD THE COLOR YOU WISH ####*/
border-bottom: 4px solid #dd3333 !important;
}
.menu-item-MENU-ID > a:focus {
border-bottom: 4px solid #dd3333 !important;
}
.menu-item-MENU-ID.current-menu-item >a{
border-color: #dd3333!important;
}

.header-search-wrap .dropdown-menu { /*#### FOR THE SEARCH ITEM #### */
border-color:#000!important;
}

:)))))

  • This reply was modified 11 years by Giorgos.
Giorgos
tagDiv Member

It would be really nice to change the border color for its menu item! I also want it 🙂

Happy new Year

Viewing 2 posts - 1 through 2 (of 2 total)