CSS for Coverage Cards

/* Wrapper class specific to the shortcode */ .zip-coverage-cards { font-family: ‘Montserrat’, sans-serif; color: #fff; /* Ensure all text is white */ padding: 20px 0px; /* Standard padding for the section */ background: transparent; /* Transparent background */ } .zip-coverage-cards…Continue reading

Carousel CSS

/*resCarousel Css*/ .outt { display: none; } .leftRs { position: absolute; margin: auto; top: 0; bottom: 0; z-index: 100; left: 0; width: 50px; height: 50px; box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); border-radius: 999px; } .rightRs { position:…Continue reading

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

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