tapping elsewhere on the page does nothing
Before Head on my template I added
<style>
.sscf-form .fl_label, .sscf-form .sscf-input {
font-weight: bold; font-color: #ffffff;
}
</style>
Custom CSS I have added
#sp-bottom:before {
display: none;
}
.sp-megamenu-parent {
display: block;
float: center;
list-style: outside none none;
margin: 0;
padding: 0;
z-index: 9;
}
#sp-header .sp-megamenu-parent > li > a { font-weight: bold; color: black;}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {padding:10px;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a
{padding: 2px 5px; }
.sp-megamenu-parent {
display: block;
float: left;
list-style: outside none none;
margin: 0;
padding: 0;
z-index: 9;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
left: auto;
right: 0px;
font-size: 28px;
padding: 20px 10px;
}
Please advise if you can see the issue?
Thank you so much in advance for your consideration
Mark Hanna