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!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums 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: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: remove white rectangle when embedding nubuilder
Try calling to hide the action holder.
Code: Select all
$('#nuActionHolder').hide();