On our home page in the “Start Your Journey Here” section at e3EnergyEvolved.com - the middle box that says “Free(dom) Tribe”, on the backside of that I want the link that you click on on the button to open to a new window, but in the set up of it - your site only allows me a field to enter a web address link. It doesn’t seem to allow me to write html code. How can I just use that field you offer in set up, but get that link to open to a new website window?
Hello @POPFIZZ,
Thanks for writing in!
By default, the button will only accept a link. You cannot add any code into the card link. To resolve your issue, please add this JS code in the Theme Options > Global JS (http://prntscr.com/evswzb)
jQuery('.x-face-button').attr('target', '_blank');
This code will automatically add target="_blank" to the card button links.
Please let us know if this works out for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.