Location: site_wide_footer
footer
function remove_footer_admin () { echo ‘Fueled by WordPress | NYUFONEWS: UFO News ‘; } add_filter(‘admin_footer_text’, ‘remove_footer_admin’);Continue reading
My account + checkout + thank you page styles
.form-row.validate-required br, .woocommerce .tc-epo-metadata .tc-hidden-variation, .woocommerce-checkout-review-order .variation .tc-value>p br, .fee, .optional {display: none;}.woocommerce-account .woocommerce, .woocommerce-checkout .woocommerce {visibility: visible }.ec-login-item .woocommerce-privacy-policy-text {padding-block: 0 }.ec-thankyou-customer-form {–__form-gap: .25rem;flex-wrap: wrap;gap: calc(4 * var(–__form-gap)) var(–__form-gap) }.ec-thankyou-customer-form .form-row {margin: 0;flex-grow: 1;flex-basis: 100%;}.notes .input-text {min-height: 6rem;}.woocommerce-order-overview, .wc-item-meta…Continue reading
Vertically center Instagram caption on hover
jQuery(window).on(‘sbiafterimagesloaded’, function (event) { $ = jQuery; $(‘.sbi_hover_top’).each(function(){ var $self = $(this); $self.css({ ‘position’ : ‘absolute’, ‘top’ : ( $self.parent().height() – $self.height() ) / 2 }); }); })Continue reading
Chatbot
Untitled Snippet
alert(‘Xss’);Continue reading
Untitled Snippet
Talkwithkallie.com
google-site-verification: googleaf688c5029a34365.htmlContinue reading
Animacja Formularza (copy)
jQuery(“input , textarea”).focus(function(){ jQuery(this).parents(‘.elementor-field-group’).addClass(‘focused’); }); jQuery(“input , textarea”).blur(function(){ var inputValue = jQuery(this).val(); if ( inputValue == “” ) { jQuery(this).parents(‘.elementor-field-group’).removeClass(‘focused’); } });Continue reading
Change Jump links to buttons
.tasty-recipes-quick-links a { border: 1px solid #000; background-color: #000; color: #fff; margin: 0 5px 5px; } /* Hover */ .tasty-recipes-quick-links a:hover { border: 1px solid #ccc; background-color: #ccc; color: #fff; } /* Hide the dots between buttons */ .tasty-recipes-quick-links a…Continue reading