Skip to content

The Community Label


//* --- 1. GLOBAL HEADER RESET (FOR ALL SECTIONS) --- */ .banner__heading, .rich-text__heading, .multicolumn-card__info h3, .footer-block__heading, h1, h2, h3 { color: #3D6B52 !important; /* Forces all Titles to Forest Green */ } /* --- 2. GLOBAL BODY TEXT RESET --- */ .banner__text, .rich-text__text, .rich-text__text p, .multicolumn-card__info .rte, .multicolumn-card__info p { color: #0F0F0F !important; /* Forces all Body Text to Onyx Black */ } /* --- 3. ELEMENTS BUTTONS (OUTLINE STYLE) --- */ .multicolumn .button { background: transparent !important; background-color: transparent !important; color: #0F0F0F !important; border: 1.5px solid #0F0F0F !important; box-shadow: none !important; } .multicolumn .button:hover { background-color: #3D6B52 !important; color: #FFFFFF !important; border-color: #3D6B52 !important; } /* --- 4. HERO/SHOP BUTTON (SOLID ONYX) --- */ .banner__buttons .button { background-color: #0F0F0F !important; color: #FFFFFF !important; border: none !important; }