Add a Back Button using Elementor

1. Select your button to edit
2. Go to "Advanced" tab
3. Add a custom ID (i.e. go-back)
2. Add custom jQuery using HTML widget
				
					<script type="text/javascript">
jQuery(document).ready(function() {
 jQuery('#go-back').on('click', function() {
 window.history.go(-1);
 return false;
 });
});
</script>
				
			

Message Us

Name