July 30, 2015 at 4:57 am
#26843
Theme Horse Support Team
Keymaster
Hi alexnicol,
This feature is not available in our theme. It needs code customization and you need to hire a developer. The style.css is called using action hook
Goto theme folder -> inc -> functions -> functions.php on line no 28 you will find the stylesheet code
wp_enqueue_style( 'interface_style', get_stylesheet_uri());
Thank you!