Center justify Logo (Resposive) /* HEADER FLEX LAYOUT */.amplify-header .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap…
Change color of carousel gradient to blend with quicklinks.Chat gpt prompt: need to update this gradient (see below) to be based on this color ______ (color at the top of the quicklinks)/*change color of…
Catalog Search in nav bar 😬 (works on homepage and internal)https://bridgeportlibrary.specialdistrict.org/<script>(function() { const targetHref = "/search-the-catalog"; const targetText = "Search the…
Add Website Accessibility Statement to Standard Amplify Footer<script type="text/javascript">document.addEventListener("DOMContentLoaded", function () { const footerNav = document.querySelector('footer nav[…
Slightly improved quicklink stacking for mobile NOT BROADLY TESTEDadd between styles brackets in advanced design styles
Sticky Header for Mobile (Amplify)Place this code in the 'Site-wide custom HTML before </head>' field of the Advanced tab to make the header stick to the top of the page for mobile…
Call to Action Underline - Teaser Cards<style>.amplify-teasers.cards article .cta a { font-size: 1.2em; text-decoration: none; /* Ensures no default underline */}
No dark gradiant on image blockIMPORTANT: These can cause ada errors if not used carefully -- not suggested for customers that will be regularly updating homepage design and adding…
Ease transform quicklinks.amplify-quicklinks-container .container header:hover { transform: scale(1.1);transition: transform 0.3s ease;}