rd-menu-visual-fix.css

/* ————————————————————-    WPCODE SNIPPET: MOBILE MENU VISUAL FIX (Self-Contained)    Forces menu visibility, background, and text color when active    (AESTHETICALLY FLIPPED TO NEON GREEN GLOW)    ————————————————————- */ /* Define necessary colors globally for the snippet to use…Continue reading

Gravity form styles

/****************************************************** 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

stackCards CSS

.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

Footer Page Liinks Horizontal CSS

/* 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

hide_wp_adminbar.css

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

Cat Distributor v2 css

/* ================================ 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