/*CAROUSEL ARROWS*/ .wpex-carousel__arrow-icon svg, .wpex-carousel__arrow-icon.wpex-icon, .wpex-carousel__arrow svg /*, .wpex-slider .sp-arrow-inner*/ { display: none; } .wpex-carousel__arrow:where(:not(.theme-button))…
Execute Shortciode in Forminator Elements
This little snippet ties into a Forminator hook to allow the plugin to process shortcodes instead of just display them as text.
add_filter( 'forminator_replace_variables', 'do_shortcode' );