Pricing Item

I would like the button in the 'Pricing Item' Shortcode to be a modal button.

My reservation software gave me a snippet of code. 
<script type="text/javascript" src="https://vegasindoorskydiving.rezdy.com/pluginJs?script=modal"></script>
<a class="button-booking rezdy rezdy-modal" href="https://vegasindoorskydiving.rezdy.com/81283/flight-packages" style="border: 1px solid rgb(255, 0, 0); border-radius: 3px; color: rgb(255, 255, 255); font-weight: bold; font-style: normal; font-variant: normal; font-stretch: normal; font-size: 14px; font-family: 'Roboto', line-height: 1; padding: 7px 0px 8px; text-align: center; width: 150px; display: block; cursor: pointer; background: rgb(255, 0, 0);">Buy Now</a>

How do I change the button in the pricing item to a modal button?

Comments

  • Hi,

    to change pricing item buttons, you must modify theme files. For all shortcodes is responsible functions/theme-shortcodes.php file. So if you want, you can modify this file yourself or if you don't know how, you should contact with your website developer.

    Thanks!
Sign In or Register to comment.