A selection of custom code snippets to customize your site even further. Please note these snippets required a paid site plan.
Database filter/view picker
Add buttons to the top of your database to switch between database views and filters.
Create full-width sections
Create full-width sections on your website.
Change the rounding on the Navbar Call to action button
Change how rounded your navbar button.
/* Set the border radius of the Super navbar call to action button */
.super-navbar__cta {
border-radius: 50px!important;
}