custom-buddyboss-css-fixes

/* buddy panel item */ .bb-template-v2 .side-panel-menu li { font-weight: 700 !important; } .bb-template-v2 .side-panel-menu li:not(.bp-menu-item-at-bottom) { margin: 5px 0 !important; } .bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a { border-radius: 8px !important; } .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1…Continue reading

custom-font-family

/* English font */ html:lang(en) body { font-family: “Inter”, sans-serif !important; } /* Arabic font */ html:lang(ar) body { font-family: “Droid Kufi AR”, sans-serif !important; }Continue reading

custom-language-switcher-styles

#trp-floater-ls { min-width: 100px !important; } #trp-floater-ls.trp-bottom-right { /* right: ‘5%’ !important; */ } #trp-floater-ls.trp-color-light { box-shadow: 0 6px 24px 0 rgba(18,43,70,0) !important; border-radius: 10px 10px 0 0 !important; border: 1px solid #F3F4F6 !important; background: #FFFFFF !important; } .trp-color-light #trp-floater-ls-language-list…Continue reading

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