Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 28, 2015 at 6:16 am #525907 ghardingParticipant How would I turn off the Avia Page Builder so I could use another page builder, instead? thank you gary October 28, 2015 at 4:22 pm #526251 YigitKeymaster Hi gharding! Please add following code to Functions.php file in Appearance > Editor function remove_alb() { ?> <style>a#avia-builder-button { display: none; }</style> <?php } add_action( 'init', 'remove_alb'); Best regards, Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In