Hi ulinkexec,
Okay so replace your broken button with a text widget with the following contents:
<a href="#contact_form_pop" class="button fancybox-inline homepage-cta">Test</a>
<div class="fancybox-hidden"><div id="contact_form_pop"> [ninja_forms id=1]</div></div>
Then, you’ll want to add some CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.widget a.homepage-cta {
font-size: 1.15em;
padding: 1em 2em;
background: #ffa800;
color: #ffffff !important;
border: 1px solid #ffa800;
border-width: 1px 0;
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;
text-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
You might also need to install the SiteOrigin CSS Editor.