Remove sections and customize

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove sections and customize

Viewing 5 posts - 46 through 50 (of 50 total)
  • Author
    Posts
  • #379034
    Veronica
    Moderator
    hi use this code .vibebp_sidebars .vibebp_left_sidebar_wrapper .vibebp_left_sidebar :nth-child(2){ display:none !important; } refer: http://prntscr.com/26meghi
    #379045
    smoothcontent
    Spectator
    This reply has been marked as private.
    #379117
    Veronica
    Moderator
    hi use this:
    add_filter('vibebp_vars',function($s){
    	$s['settings']['show_groups_dir']=false;
    	return $s;
    });
    #379155
    smoothcontent
    Spectator
    Thanks.You can close this topic.
    #379185
    Veronica
    Moderator
    good to know this helps you
Viewing 5 posts - 46 through 50 (of 50 total)
  • The topic ‘Remove sections and customize’ is closed to new replies.