Recommended slideshow size: 1140 x 300. Go to Appearance > Editor. Select functions.php from the right. In the custom functions section, paste in the following code:
function output_metaslider() {
echo do_shortcode(""); // change 123 to your slider ID
}
add_action( 'woo_main_before', 'output_metaslider' );
Save. Go to Upstart > Theme Options > General Settings > Display Options. In the Custom CSS box, paste in the following:
.metaslider .flex-direction-nav a {
text-indent: 0;
}
Save.
Posted in: Theme Integration