Adding Custom Styles

Have more questions? Submit a request

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;
}

html.png

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.



                        

Articles in this section

Was this article helpful?
0 out of 0 found this helpful