How to open button link on another page

First of all, thank you for the awesome template.

By clicking the buttons on my site, I would like you to open a new page. It is possible? I’m not very familiar with codes, I’m very confused about that. I did not find a place with the option to put “target_blank”.

Question asked via google translator.

anyone?

Hi,

Please read here:

Thanks,

Cristian

Hello friend, thanks for the feedback. But I do not think you understand me. I know that the _blank target makes the link open on another page, which I do not know, is how to do this on the buttons on this particular template. Where do I find this in the code?

Hi,

This option can be found in your WordPress dashboard under “Appearance => Menus” when you check “Link Target” in the “Screen Options”, as you can see in the print screen attached.

Thanks,

Cristian

Hello, I would like to have my button links open on another page. Menu is already ok. Please go to to understand www.lucianoleao.com better. The green buttons, when clicked, open on the same page. I want to change that.

Hi,

For the moment this is not possible. I will ask the developer team how could do this in the future.

Thanks,

Cristian

I’d also like to have buttons open on a new page in the Shapely theme. Thanks for working on it!

jq2 = jQuery.noConflict();
jq2(function( $ ) {
  $('.btn-lg').attr('target','_blank');
});

I put this code no header and it worked. It can also be added to a property goal

script type=“text/javascript”
créditos: https://br.linkedin.com/in/fabio1990henrique

Hi @lucianoleao,

Thanks for your contribution,

Cristian

Hi @lucianoleao,

I still don’t understand how to do with your code you mentioned before. Could you please explain it to me. Thanks!

Try to do as in the picture

Thanks so much for your feedback.
But it still does not work.

Or I should do something with my link here after adding your code on header?

Works great in the widgets! Thanks!