Modify Site Background Image or Colour

From UnionCloud Support
Revision as of 13:51, 11 August 2016 by Ash (talk | contribs) (Created page with "If you want to change the UnionCloud Background Image, or Background Colour, and you have access to Global CSS you can do either of these things using the following lines...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you want to change the UnionCloud Background Image, or Background Colour, and you have access to Global CSS you can do either of these things using the following lines of code]]

To change the speed of the scroll simply change the 'auto:X,' line and replace the X with the number of seconds you want to delay the scroll, the example below uses 2 seconds.

	$('.auto-stripe ul').jcarousel({
		scroll:1,
		wrap: 'last',
		auto:2,
		itemFallbackDimension: 300
	});