Guest User

Untitled

a guest
Feb 20th, 2019
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // footer custom script
  2. function spicepress_slider_button_custom_script()
  3. {
  4. ?>
  5. <script>
  6. // HOMEPAGE SLIDER
  7. jQuery(document).ready(function() {
  8.  
  9. jQuery( ".format-status a" ).removeClass( "format-status-btn-sm" );
  10. jQuery( ".format-status a" ).addClass( "eModal-1" );
  11.  
  12. });
  13.  
  14. </script>
  15. <?php
  16. }
  17. add_action('wp_footer','spicepress_slider_button_custom_script');
Add Comment
Please, Sign In to add comment