Custom Styles in Event Manager | Advanced CSS for Shopping Cart Design

Adding Custom Styles

Tip: This tool is for advanced users with programming experience.  Help is listed below, but we recommend connecting with your account executive for assistance with this feature.

Custom Styles in Event Manager have control over all styles in the Shopping Cart.  Add custom code to change the look and feel of your site.

Example: You need to change the background image to scale with the browser width. Insert code here to change the background style to background cover.

This is an example of that code:

html  {
background: url(#) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}




How To: Custom styles are the last thing that is loaded on the page so remember to use the correct amount of specificity when styling selectors.



                        

    • Related Articles

    • Media Manager -- Sample Templates

      Introduction Your database includes sample Templates to help get you started with exploring the Media Manager. Sample Product Participant Template The Sample Product Participant Template is intended for the "Single Product Per Page - Landscape" ...
    • File Manager

      Event Manager allows you to upload files such as pictures, pdfs, word documents, and more using Moxie Manager. You can access File Manager by going to Settings > File Manager: On any page, this will populate the Moxie Manager in a modal over the page ...
    • Import Manager Overview

      Introduction Configio allows you to import data from external sources into your database. This is especially useful for when initially integrating with Configio. An example of this is importing your contacts into your CRM. It is also useful for ...
    • Media Manager -- Introduction

      Overview Configio offers a robust Media Management System. You can build Media Templates, and the System uses these Templates to generate Media Items. There are many types of Media, and the different types have wide variety of uses. Some, like ...
    • Custom Calendars

      Configio allows you as an administrator to make as many calendars as you choose, including Product, Custom, Staff Unavailability, Virtual Meetings, and Blackout Dates Calendars. When you go to Settings > Management > Calendar: You will see the ...