'css',
'file' => '/v1.0.0/style.min.css',
'dependencies' => array('metaslider-public')
),
)
);
// Sets the slideshow arrows
// Can use text, svg icons, Font Awesome or any icon fonts (Loading a whole icon set for 2 icons isn't recommended, so svg is a better option.)
MetaSlider_Theme_Base::$themes['starter']->slider_parameters = array(
'prevText' => "''",
'nextText' => "''"
);
}