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.

remove white rectangle when embedding nubuilder

Questions related to using nuBuilder Forte.
Post Reply
markzeryk
Posts: 17
Joined: Sat Nov 02, 2019 8:07 am

remove white rectangle when embedding nubuilder

Unread post by markzeryk »

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.
You do not have the required permissions to view the files attached to this post.
kev1n
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

Unread post by kev1n »

Try calling

Code: Select all

$('#nuActionHolder').hide();
to hide the action holder.
Post Reply