Hide Filters: Tags
.wp-block-ultimate-post-filter-select{ display:none!important; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
.wp-block-ultimate-post-filter-select{ display:none!important; }Continue reading
/****************************************************** YELLOWDOG Gravity Forms — Stable CSS v2.1 ******************************************************/ /* —————————— 1. GLOBAL TYPOGRAPHY —————————— */ body .gform_wrapper, body .gform_wrapper * { font-family: inherit !important; } /* Field labels */ body .gform_wrapper .gfield_label { color: var(–white) !important; font-size: var(–text-m) !important;…Continue reading
h1{ color:red; } p{ color:green; }Continue reading
.js-stack-cards { position: relative; height: 300vh; } .js-stack-cards .uk-container { position: sticky; top: 50%; transform: translateY(-50%); height: 400px; } /* Base style */ .js-stack-cards__item { position: absolute; top: 0; left: 0; width: 100%; border-radius: 8px; padding: 40px 20px; background: #eee;…Continue reading
/* Clean, minimal footer navigation */ .footerpageslinks { display: flex; justify-content: center; align-items: center; gap: .2rem; /* space between items */ list-style: none; margin: 0; padding: 0; font-family: var(–global-body-font, “Inter”, sans-serif); font-size: 12px; letter-spacing: 0.3px; margin-top:10px; } .footerpageslinks li {…Continue reading
html { margin-top: 0 !important; } #wpadminbar { translate: 0 -100%; } #wpadminbar:before { content: “”; position: absolute; inset: 0; translate: 0 100%; } #wpadminbar, #wpadminbar:before { transition: 0.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); } #wpadminbar:hover, #wpadminbar:hover:before { translate: 0…Continue reading
/* ================================ CATEGORY DISTRIBUTOR UNIFIED THEME ================================ */ .cd-theme { max-width: 100%; margin: 0; } /* ———- Section Headings ———- */ .cd-theme .section-heading { font-size: 24px; font-weight: 700; margin: 40px 0 20px; color: #000; border-bottom: 3px solid #000; padding-bottom: 10px;…Continue reading
/* ===================================================== WCV Vendors Login Form – Custom Styling This CSS snippet customizes the vendor registration form to improve layout, typography, colors, and button style ===================================================== */ /* Customise vendor login fields */ form#wcv-login-form .wcv-field-wrapper>input { width: 60%; height: 48px;…Continue reading
/* Hide the Google reCAPTCHA v3 badge */ .grecaptcha-badge { visibility: hidden !important; /* or: display:none !important; */ }Continue reading
/* ===================================================== WCV Vendors Signup Form – Custom Styling This CSS snippet customizes the vendor registration form to improve layout, typography, colors, and button style ===================================================== */ /* Add another column */ form#wcv-registration-form { column-count: 2; column-gap: 64px; } /*…Continue reading