Difference between revisions of "Modify Site Background Image or Colour"

From UnionCloud Support
Jump to: navigation, search
(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...")
(No difference)

Revision as of 13:51, 11 August 2016

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