Location: site_wide_header
Hide bookable cart sidebar css
.booqable-component #booqable-launcher { display:none; /* hides cart*/ } .booqable-component #booqable-sidebar { display:none; /Hides cart sidebar/ }Continue reading
Menu Sub item border radius
ul.sub-menu{ border-radius: 3px !important; } .header-navigation .header-menu-container ul ul li.menu-item > a:hover { border-radius: 3px; }Continue reading
Call Rail Form Styling
.form-control { width: 100%; /* This will make sure that input fields take full width */ }Continue reading
WP Simple Pay: Require Terms of Service Link Click
jQuery( function() { var fieldId = ‘simpay-form-771-field-5’; var $checkbox = jQuery(‘#’ + fieldId); $checkbox.prop( ‘disabled’, true ); jQuery(‘label[for=”‘ + fieldId + ‘”] a’).on( ‘click’, function() { $checkbox.prop( ‘disabled’, false ); } ); });Continue reading
Space buttons My Account page
.my_account_orders .button { margin: 0 5px 0 0 !important; }Continue reading