Type: css
Styling Theme My Login plugin
/* Theme My Login */ /* You are now logged out. */ .tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success { border-left: 4px solid #800000; /* change the color here to compliment your site */ box-shadow: 1px 1px 2px…Continue reading
Styling The Events Calendar plugin
IKB BetterDocs – Knowledge Base – Adjustments CSS
/* Author: Sumaiya, Clickup Doc https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-17435 */ /* Des: This CSS is added to colorizes the active link in the sidebar of the BetterDocs documentation */ .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a.active { color: #3457d5 !important; } /* completed */…Continue reading
Privacy checkbox field remains at the top line
html div#om-{{id}} #{{ns}}-field-privacy > label { align-items: flex-start !important; }Continue reading
Google CMS
WooCommerce – Add min height to title
.woocommerce-loop-product__title { min-height: 92px; }Continue reading
Combine Dashboard – Copy
/** * WordPress Dashboard Widget Framework Styles */ :root { –transition-speed: 0.3s; –border-radius: 8px; –primary-color: #4a6cf7; –primary-hover: #3a5ce5; –secondary-color: #6c757d; –success-color: #28a745; –danger-color: #dc3545; –warning-color: #ffc107; –info-color: #17a2b8; –light-color: #f8f9fa; –dark-color: #343a40; –background-color: #f8f9fa; –card-background: #ffffff; –text-color: #212529; –border-color: #dee2e6;…Continue reading
Directory Styles – css
.organization-type-table-wrapper { margin: 20px 0; font-family: “Lato”, sans-serif; font-size: 14px; } .org-table-heading { font-weight: 600; font-size: 22px; margin: 1em 0; } .back-to-directory-button { display: inline-block; margin-bottom: 1em; padding: 8px 14px; font-size: 14px; border: 0px solid #0073aa; border-radius: 0px; color: #fff;…Continue reading
DJACC CSS
.djacc–sticky.djacc–bottom-right { bottom: 10px; right: 20px; } @media (min-width: 800px) { .djacc–sticky.djacc–bottom-right { bottom: 40px; right: 20px; } }Continue reading