...
Code Block |
---|
@media only screen and (min-width: 60rem) { // YOUR CSS } |
2. Scoping CSS
Preventing Footer CSS leaks into your eCommerce site
...
#YOUR-RESORT-brandfooter p { color: red !important }
3. Using Libraries and Frameworks in your Brand Footer
CSS Libraries
CSS libraries such as Bootstrap getting inserted into the page via the footer may cause conflicts with your eCommerce page design. If you must use a CSS library, please check the documentation to see if it is possible to scope the library to the context of your footer.
...
In general, using frameworks for the footer is untested and unsupported at this time, so please be aware of the risk that you may run into issues.
4. Aspenware Theme Support for Resort Footers
Aspenware has internal tooling that we utilize to update the theme properties of your eCommerce site. We have the ability to utilize the same tool to update the colors and logo in your footer on your behalf. To do this, you simply utilize special CSS Custom Properties when developing your brand footer. The table below lists the Custom CSS Property names available to use and which elements they should be used on to enable us to manage your eCommerce footer theme for you.
...