Themes: Theme Styling

This article will give you some helpful snipits to add to your theme for specific items

You may want to see the following articles if you have not already. 


Loading Indicator

/* This style changes the color of the loading indicator */ .loader > div {
	background-color: #E6E6E6; 
}

Using a Background Image

/* body background */
body {
	background: url(https://cdn2.cmix.com/xxx/background.png) #0096B0;
	background-size: 100%;
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.