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

.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: none; font-size: 12px; text-transform: uppercase; letter-spacing: -0.029em; font-family: ‘Playfair Display’,…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

Make Social Pills Behave

/* === 1. Target the Container (The List itself) === */ .social-stack-full.wp-block-social-links { display: flex !important; flex-direction: column !important; /* WIDTH FIX: respecting the parent container’s padding */ width: 100% !important; max-width: 100% !important; /* Prevents blowing out the sides…Continue reading