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:
1 2 3 4 5 6 |
function output_metaslider() { echo do_shortcode("[metaslider id=123 restrict_to=home]"); // 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:
1 2 3 4 5 |
.metaslider .flex-direction-nav a { text-indent: 0; } |
Save.
Posted in: Theme Integration