Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #525907

    How would I turn off the Avia Page Builder so I could use another page builder, instead?

    thank you
    gary

    #526251

    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

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