Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #624758

    Is there a way to have a promo box button link to nowhere? My ideal is to have the button have a link to an email address and open a new email (or give the option upon clicking of opening an email client). I can get this to work in Firefox, but not in Chrome. Since I can’t get it to work in Chrome, the second best thing is simply have the button not be a link. When I put nothing in the button link field or put an “#” , the button links to the top of the page.

    #625183

    Hey!

    Try adding this code to the Quick CSS:

    .av_promobox a.avia-button {
        pointer-events: none;
    }

    Cheers! 
    Josue

    #625885

    Worked great. Thanks.

    #625895

    Hi,

    Glad that worked! Feel free to reach out to us again if you need help with anything else.

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.