Most Recent Agenda Button: Add clarifying text to homepageCareful, this is a requirement for CA websites! Don't change the wording too much.
Catalog Search BarThis one is dependent on how the search form is structured. Scripts should be placed in the body section of advanced, and style should be placed in…
Embedded EngageThe embed will only show up when signed out but will update dynamically with public lists. Remember to edit the homepage after changing a list to…
Hide Title of a PageAdd a jquery snippet to hide the title so it still exists in the HTML for search engines, but won't be displayed in the browser.
Homepage teaser widthPut this in the styles tab, and edit the percentages to how you would like it to display. Any teasers after the specified ones will default to normal…
Making color changes to the navigation bar and hover// Updating the Nagivation Bar Colors #A13217.navbar-nav > li.sl-menu--open > a{ background: #222;}
Mobile View Adjustments (South Davis Edition)// Mobile adjustments@media (max-width: 480px) { p.social-header-streamline { margin-top: 15px; text-align: center; } #…
Overlay all teaser images.poc-instance.has-image .image { position: relative; /* Ensure that the container for the image is relative to position the overlay properly…
Product 'Buy Now' button auto openPlace this code in the script section of the advanced theme editor. It will make it so that all products have the checkout form open automatically so…
carousel mobile view adjustments// mobile adjustments @media (max-width: 500px) {p.social-header-streamline {margin-top: 15px;text-align: center;}.homepage-carousel…