Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums 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: 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

Unread post by kev1n »

Try calling

Code: Select all

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