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

BuddyBoss UI Sized

@media (max-width: 768px) { .activity-content * { font-size: 20px; } .activity-list .activity-item .bp-activity-head .activity-avatar img.avatar { max-width: 40px; } .activity-list .activity-item .activity-header * { font-size: 18px; } .activity-group-avatar .group-avatar { max-width: 40px; width: 40px; height: 40px; } .activity-group-avatar .author-avatar {…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