I embedded nuBuilder in my webpage. Now I see I white rectangle above it. How do I remove it? (you see the same on nubuilder.com)
To see it better, I zoomed in and colored it differently.
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
remove white rectangle when embedding nubuilder
-
- Posts: 17
- Joined: Sat Nov 02, 2019 8:07 am
remove white rectangle when embedding nubuilder
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: remove white rectangle when embedding nubuilder
Try calling to hide the action holder.
Code: Select all
$('#nuActionHolder').hide();