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
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
Pricing Page Customization – CSS
/* Author: Sumaiya , Click up Doc: https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-24435 */ /* Des: This CSS is added to optmize the feature list “x” icon */ .eb-feature-list-item[data-icon=”fas fa-xmark”] .eb-feature-list-icon-inner { border: 2px solid #f40009!important; /* Add a red border */ } /* Completed…Continue reading