• Hello there,

    I have a button in the section I called “Loja Virtual”, right below the Services section.

    http://www.bistec.com.br/novo/

    I wanted the link to open as in target=_blank, in a new page/tab.
    I couldn’t edit it in PageBuilder (Moesia FP: Call-to-action) neither in text editor. How can I do it?

    (I also noticed that any html change made in the Text Editor never works. Only the PageBuilder seems to executes the page changes, the Editor is ignored)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    I guess we can add an option for this in the widget in the next theme version.
    If you’re in a hurry you can use a custom js plugin and add this in it:

    jQuery(function($) {
         $( '.call-to-action' ).attr( 'target','_blank' );
    });

    Yeah, that’s how the page builder works.

    Thread Starter Rodrigo Gomes

    (@konoma)

    Thanks, it worked =]

    Hi! I want visitors to be able to send an email when they push my call to action button.
    How do I do this.
    Maybe a dumb question, I’m just a beginner 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Call-to-action button link target’ is closed to new replies.