jakebryant

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Disabling Featured Content Boxes (Top and Bottom) #59925
    jakebryant
    Participant

    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.
Viewing 1 post (of 1 total)