EIN – Süße Tiere – Querformat Tablet korrigieren

@media only screen and (max-width: 1024px) and (min-width: 768px) { /* Sidebar sichtbar machen und passend breit */ .mcb-sidebar { display: block !important; visibility: visible !important; opacity: 1 !important; width: 20% !important; /* Sidebar-Breite */ float: left !important; } /*…Continue reading

EIN – Süße Tiere – Menükorrektur Header

/* Suchseite – Falsches Menü ausblenden */ body.search nav#menu ul.menu.page-menu { display: none !important; } /* Suchseite – Richtiges Menü sicherstellen */ body.search #Top_bar .menu { display: flex !important; justify-content: center; align-items: center; opacity: 1 !important; visibility: visible !important; height:…Continue reading

EIN – Süße Tiere – Umrahmung Tab-Steuerung Barrierefreiheit

a:focus-visible, button:focus, input:focus, textarea:focus, select:focus { outline: 2px solid #BBA5A7; /* Orangefarbener Fokus */ outline-offset: 3px; /* Abstand zur Umrandung */ border-radius: 4px; /* Abgerundete Kanten (optional) */ background-color: #dcd0d2; /* Optional: Hintergrundfarbe ändern */ color: #000; /* Optional: Textfarbe…Continue reading

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