Hi, I was also looking for a solution and I made up a custom one using the boxed content item in the pagebuilder and setting it on ‘white with stroke’.
Then in the content of the boxed content item I placed this:
[three_fourth][pullquote]HERES COMES THE CALL TO ACTION[/pullquote][/three_fourth][one_fourth_last][sf_modal header="" btn_colour="accent" btn_type="standard" btn_size="standard" btn_text="BUTTON CONTENT"]
ENTER THE MODAL BODY HERE
[/sf_modal][/one_fourth_last]
After publishing I made a few CSS changes to get the looks right:
blockquote.blockquote2, blockquote.blockquote1 p, blockquote.pullquote, blockquote.pullquote p {
font-size: 22px;
line-height: 50px;
}
blockquote, blockquote p {
font-style: normal!important;
}
Thats it! Good luck everyone!