AUS – Süße Tiere – Design IKS Kategoriemenü

/* Hintergrund des Widgets */ .widget_categories ul { background-color: transparent !important; /* Kein Hintergrund */ padding: 0 !important; /* Kein zusätzlicher Abstand */ border: none !important; /* Keine Umrandung */ } /* Textfarbe für Links */ .widget_categories ul li >…Continue reading

profile-completion-custom-colors

.pc_progress_wrap .pc_progress_rate { stroke: #8D6CD1 !important; } .widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico { background-color: #8D6CD1 !important; border-color: #8D6CD1 !important; } .widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .progress * { color: #8D6CD1 !important; } .pc_detailed_progress_wrap .single_section_wrap.completed+.single_section_wrap.completed .section_ico:before { background-color: #8D6CD1 !important; } .widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed…Continue reading

Underline Animate to Highlight Text | Hover Before:After

.highlight-underline-animate { position: relative; display: inline-block; font-weight: 500 !important; /* Medium-bold and forced */ cursor: pointer; line-height: 1; padding: 0 2px; z-index: 1; } /* Always-visible thin underline */ .highlight-underline-animate::after { content: “”; position: absolute; left: 0; bottom: -0.1em; width:…Continue reading

TranslatePress Shortcode Styler MINIMAL

/* Grundlegende Anpassungen für den Sprachumschalter */ .trp-language-switcher { all: unset !important; display: inline-block !important; position: relative !important; /* Verhindert Verschiebungen */ } /* Entfernt alle Padding-, Margin- und Rahmenwerte */ .trp-language-switcher a { all: unset !important; display: inline-block !important;…Continue reading

CSS

body:not(.home) #primary-menu { display: none !important; } /* 1) Remove the border/background from .shortcode so it becomes invisible within .panel-content */ .shortcode { background: transparent !important; border: none !important; padding: 0 !important; white-space: normal !important; overflow-x: visible !important; } /*…Continue reading