Home › Forums › WoodMart support forum › Main Menu cagories wider space › Reply To: Main Menu cagories wider space
February 22, 2019 at 9:55 am
#109092
Elise Noromit
Member
Hello,
Here is the code for the border:
body .whb-color-dark .navigation-style-bordered .item-level-0:after,
body .whb-color-dark .navigation-style-separated .item-level-0:after {
border-color: red;
}
.navigation-style-bordered .item-level-0:not(:last-child):after,
.navigation-style-separated .item-level-0:not(:last-child):after {
content: "";
border-right: 3px solid;
}
Here is the code for links hover:
body .whb-header-bottom .main-nav .item-level-0>a:hover{
color:red;
}
Best Regards