Enable Styling panel

One of the new features in the 1.8.4 framework update was indeed the Customizer which enables you to change the design settings and see the changes live. As such the Styling panel that was previously available in the theme settings page has been hidden by default (only if you haven't used it before). But if you prefer to keep the Styling options in the theme settings page you can first create a file named "custom-functions.php" in your theme's root directory and then add this bit:


<?php

add_filter( 'themify_show_styling_panel', '__return_true' );