Custom Checkout.css

.readonly-field { background:#f2f2f2 !important; color:#666 !important; } /* ======================================== CHECKOUT BREADCRUMBS — Exact Styling Fix ======================================== */ .checkout-header h1 { font-size: 24px !important; } .checkout-header { font-size: 14px !important; } body.woocommerce-checkout .checkout-breadcrumb { display: flex; align-items: center; margin-bottom: 2rem; font-size:…Continue reading

CSS snipett

/* ===== VCLIP MEDIA CLONE – GLOBAL STYLES ===== */ :root { –primary: #2D5BE3; –primary-dark: #1A48C1; –secondary: #FF6B35; –dark: #1A1A2E; –light: #F8F9FA; –gray: #6C757D; –white: #FFFFFF; –shadow: 0 10px 30px rgba(0, 0, 0, 0.08); –radius: 10px; –transition: all 0.3s ease;…Continue reading

Fluent Booking Hidden and read only fields

/* Author: Sumaiya */ /* Des: This CSS is to hide the fields of the fluent booking form */ label#custom_appointment_id-label, label#custom_person_id-label, label#custom_tenant_id-label , label#custom_firstname-label , label#custom_firstname-label, label#custom_lastname-label, label#custom_role_id-label, label#custom_salutation_id-label, label#custom_organisation_id-label { display: none; } /* Completed */ /* Des: This…Continue reading

Predefined Classes Sections

/* variables (edit here)*/ :root { /* Global Padding Variables – Editable */ /* Left and Right Padding All /Sections/Containers*/ –fluid-side-padding-min: 1.25rem; /* 20px */ –fluid-side-padding-max: 5rem; /* 80px */ /* Top and Bottom Padding All Containers*/ –section-xxl-padding-min: 9.375rem; /*…Continue reading

verbrauchsberechner_css

h2 { text-align: center; } main, .delete { margin-left: 20px; } #img_verbrauch { float: right; margin-right: 30%; } #spar { color: red; } #gut { color: green; }Continue reading

POST FIX CSS

.ultp-sidebar-right { margin-top: 20px; } .content-area { margin-top: 20px; } .cd-theme .featured-article-large .distributor-category a { font-family: inherit!important; } .cd-theme .distributor-category a { font-family: inherit!important; } .cd-theme .distributor-category a { background: none; color: var(–global-palette1); padding: 0; border-radius: 0; font-weight: 600!important; text-decoration:…Continue reading

SouthWest Cat Distributor v2

h1{ text-transform: none!important; } h2{ text-transform: none!important; line-height: 1.1!important; } h3{ text-transform: none!important; font-size: 22px!important; line-height: 1.1!important; } .cd-theme .list-article .article-title a { text-transform: none!important; font-size: 22px!important; line-height: 1.1!important; } .ultp-block-title a{text-transform: none!important;} .site-branding .site-title { font-style: normal!important; font-weight: 400!important;…Continue reading

Admin Styles

/* * Arquivo: admin-style.css – Versão Final Corrigida * Correções: Eliminação total de azuis/cores WP em hovers/actives, melhoria do contraste dos ícones. */ /* Variáveis CSS para gerenciamento de cores e tamanhos */ :root { /* Cores de Fundo e…Continue reading

Header Menu – Label

/**************LABEL AO LADO DO MENU*****************/ .label-soon.menu-item > a:after { content: ‘NEWS’; /* Change text */ display: inline-block; font-size: 9px; line-height: 9px; text-transform: uppercase; letter-spacing: -0.1px; margin-left: 4px; background-color: #323333 !important; /* Change color */ font-weight: 700; border-radius: 2px; color: #fff;…Continue reading