Location: site_wide_header
MemberPress: Change default values for state and country fields on registration forms
(function($) { $(document).ready(function() { // Set defaults US, TX $(‘#mepr_signup_form #mepr-address-country’).val(‘US’).change(); $(‘#mepr_signup_form #mepr-address-state’).val(‘TX’).change(); }); })(jQuery);Continue reading
WP Simple Pay: Custom Button Color
.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) { background-color: #0b749d; } .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):focus, .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):hover { background-color: #086285; }Continue reading
Alternate hreflang Page Snippet
Alternate hreflang FOR AMERICA Page Snippet
CSS Card Slider
/*! Product Cells ———————————————- */ .productcell { background-color: #1D1C26; margin-left: 30px; border-radius: 10px; width: 33%; text-align: center; } .productcell-img { border-radius: 10px; width: 100%; padding-top: 30px; } .productcell-content { padding: 30px; } @media (max-width: 600px) { .productcell { width: 100%;…Continue reading
CSS Page Building 101 Course
:root { –radius: 1rem; –section-block-padding: clamp(5rem, calc(5rem + ((1vw – 0.32rem) * 4.7801)), 10rem); –section-inline-padding: clamp(2.4rem, calc(2.4rem + ((1vw – 0.32rem) * 3.4417)), 6rem); –h1: clamp(2.88rem, 1.377vw + 2.439rem, 4.32rem); –h2: clamp(2.4rem, 1.147vw + 2.033rem, 3.6rem); –h3: clamp(2rem, 0.956vw +…Continue reading
My Insert widget in header (copy)
/* Add a WordPress Widget to Your Website Header by Adding Code to WordPress */ function wpb_widgets_init() { register_sidebar( array( ‘name’ => ‘Custom Header Widget Area’, ‘id’ => ‘custom-header-widget’, ‘before_widget’ => ‘ ‘, ‘after_widget’ => ‘ ‘, ‘before_title’ => ‘…Continue reading
Remove phone linking
Hide all page titles
.page.buddyboss-theme header.entry-header { display: none; }Continue reading