Disable Front Page Widget Area

Home Forums Best Business Disable Front Page Widget Area

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3025
    Anonymous
    Inactive

    I’m using the Free Version. I have a lot of custom html that I need to display as well as widgets within widgets. I’m using a page builder all of my pages however it won’t work on the home page. How can I disable the Front Page Widget Area? It’s too limiting. Thx!

    #3090
    Axle Support
    Moderator

    Hello @ericwilson

    You can remove that via custom codes, You can edit best_business_add_front_page_widget_area this function here in includes/theme-hooks.php for this action we recommend you to create a child theme for this.

    Or simply you can place the following CSS on customizer Additional CSS section

    #sidebar-front-page-widget-area {
        display: none;
    }

    We suggest you to create child theme.

    Hope this solves your problem,

    Regards
    Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.