Hide Admin Bar at Admin Page
#wpadminbar{ display:none; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
#wpadminbar{ display:none; }Continue reading
/* Main container and outer backgrounds */ #fluent_support_client_app, .fst_client_portal, .fs_all_tickets, .woocommerce-MyAccount-content, .fs_tk_body, .fst_pagi_wrapper { background-color: #000 !important; color: #fff !important; } /* Fix the bright top section */ .fs_filters_container, .fs_search_bar, .fs_tk_actions { background-color: #000 !important; } /* Search input styling…Continue reading
/* Specific styles for the custom HTML widget container */ /* Author: Sumaiya, Clickup Doc:https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-24335 */ .custom_grid_fluentform .ff-t-cell { display: flex !important; /* Use flexbox to arrange child elements */ flex-direction: row !important; /* Set flex direction to row */…Continue reading
#learndash-page-content .ld-focus-comments .comment-respond { display: none !important; }Continue reading
.image-gallery { display: flex; flex-wrap: wrap; gap: 10px; /* Add space between thumbnails */ }Continue reading
/* 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
/* 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
#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
@media only screen and (max-width: 1024px) and (min-width: 768px) { /* Hauptinhalt leicht verbreitern, damit der Text korrekt ausgerichtet ist */ .with_aside .sections_group { width: 72% !important; /* Bisschen mehr Platz, damit der Text mit dem Männchen abschließt */ float:…Continue reading
@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