badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How is style.css called by Interface?

#26843

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!