Posting an interim solution for disabling the Featured Boxes sections. The CSS class names are #lp-boxes-1 and #lp-boxes-2, so just add this line into the additional CSS tab in customizer:
#lp-boxes-1, #lp-boxes-2 {
display: none !important;
}
I presume this is what should be happening when they are set to ‘disabled’ in the UI.
-
This reply was modified 6 years ago by jakebryant.