$("#img_layout_style_style2").click(changeStyle3);

function changeStyle3(){
	var presetName = 'Style 3';
	var answer = confirm("Are you sure you want to load the " + presetName + " Preset?" + '\n' + "Only color, background, and logo settings will be replaced.")
	if (answer){
	$('input#body_typography_color').val('#59523f');
	$('div#body_typography_color_picker *').css('background-color', '#59523f');
	$('input#link_color').val('#647809');
	$('div#link_color_picker *').css('background-color', '#647809');
	$('input#link_hover_color').val('#86a10b');
	$('div#link_hover_color_picker *').css('background-color', '#86a10b');
	$('input#post_title_typography_color').val('#362505');
	$('div#post_title_typography_color *').css('background-color', '#362505');
	$('input#h1_typography_color').val('#362505');
	$('div#h1_typography_color *').css('background-color', '#362505');
	$('input#h2_typography_color').val('#362505');
	$('div#h2_typography_color *').css('background-color', '#362505');
	$('input#h3_typography_color').val('#36332b');
	$('div#h3_typography_color *').css('background-color', '#36332b');
	$('input#h4_typography_color').val('#242424');
	$('div#h4_typography_color *').css('background-color', '#242424');
	$('input#h5_typography_color').val('#283805');
	$('div#h5_typography_color *').css('background-color', '#283805');
	$('input#header_logo').val(siteURL +'/wp-content/themes/element/images/style2/logo.png');
	$('#header_logo_image img').attr("src", siteURL +'/wp-content/themes/element/images/style2/logo.png');
	$('input#body_background').val(siteURL +'/wp-content/themes/element/images/style2/body_bg.png');
	$('#body_background img').attr("src", siteURL +'/wp-content/themes/element/images/style2/body_bg.png');
	window.alert(presetName + " is loaded! Please review and save your settings.");
	}
}  // end Style3

John Doe

img Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.

Jane Doe

img Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.


John Doe

img Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.

Jane Doe

img Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.


John Doe

img Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.

Jane Doe

img Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.