It's task beyond support, but I can give you basic start at least
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
padding: 5px 15px !important;
line-height: 24px;
background: #D0C38F;
margin: 0 10px;
border-radius: 10px;
}
.sp-megamenu-parent > li > a:hover {
background: #A6826C;
color: #F7F2D3 !important;
}
.sp-megamenu-parent > li.active> a {
background: #AABBA1;
color: #F7F2D3 !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #D0C38F;
border-radius: 10px;
padding: 10px;
}
After using it
