Tagged: Community-Builder
Hello Eri,
You can disable left and right panel by navigating Customizer > Layout > Global. Please check the url set visibility to none to disable
Regards
RaviHi Eri,
Hope you are doing well.The option to control visibility of the left/right panels are only available in the Community Builder pro theme.
For the free theme, you can put the following code in your child theme’s functions.php
/** * Hide the right/left panels for Community Builder Free(In pro, you can control it from customize->Layout section). */ add_filter( 'cb_panel_visibility', function ( $visibility ) { return 'none'; } );
and it will hide the panels.
Regards
Brajesh
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] Disable Right and Left Panel on Community Builder’ is closed to new replies.
This topic is: resolved