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
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
ul.sub-menu{ border-radius: 3px !important; } .header-navigation .header-menu-container ul ul li.menu-item > a:hover { border-radius: 3px; }Continue reading
.form-control { width: 100%; /* This will make sure that input fields take full width */ }Continue reading
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
.my_account_orders .button { margin: 0 5px 0 0 !important; }Continue reading
.same-height-boxes{ display: grid; height: 100%; grid-template-rows: auto 80px;Continue reading