PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.component-navigation.groups-nav,
.component-navigation.groups-nav li {
list-style: none;
margin: 0;
padding: 0;
} .bp-priority-subnav-nav-items,
.bp-priority-subnav-nav-items li,
.bp-priority-object-nav-nav-items,
.bp-priority-object-nav-nav-items li{
list-style: none;
margin: 0 !important;;
padding:0 !important;;
}
.bp-priority-subnav-nav-items li a,
.bp-priority-object-nav-nav-items li a {
font-size: 12px;
}
Regards,
PenciDesign.