Location: site_wide_header
Font Load – Noto Emoji
Font Load – Raleway
Font Load – Poppins
Font Load – Lato
UIKit Preloader CSS
#global-preloader { position: fixed; z-index: 99999999999; height: 100vh; width: 100vw; background-color: #ffffff; overflow: hidden; }Continue reading
UIKit Preloader JS
;(function ($) { $(document).on(‘ready’, function(){ if($(‘#global-preloader’)) return $(‘#global-preloader’).fadeOut(500); }); })(jQuery);Continue reading
Newsletter Modal CSS
.uk-section-primary.uk-section, #userwayAccessibilityIcon, .tm-header, .tm-bottom { display: none; } .uk-section-default.uk-section, .uk-container { padding: 0; }Continue reading
Territory Rulebook Chatbot GPT
Hide bookable cart sidebar css
.booqable-component #booqable-launcher { display:none; /* hides cart*/ } .booqable-component #booqable-sidebar { display:none; /Hides cart sidebar/ }Continue reading