Hello,
Try to add this code in Global Custom CSS section:
.footer-top .widget_nav_menu li.current-menu-item a {
background: transparent;
color: black !important;
}
.navbar-collapse.collapse {
display: flex !important;
justify-content: center;
margin-top: 15px;
}
and this for mobile:
.navbar-right .navbar-right {
left: 14px;
}
Regards,
Rose Tyler.