Hello @efimkuznetsov,
We will take it into consideration for a future release.
Best regards,
George
Many thanks!
*Now very uncomfortable to edit style.min.css with every update of plugin.
Actually, you can add custom css without editing style.min.css after every plugin update. Example:
// place it in functions.php of your active theme
add_action('wpmm_head', 'wpmm_custom_css');
function wpmm_custom_css(){
echo '<style>
.contact_us { color: red !important; }
.author_link a { color: green !important; }
</style>';
}
Anyway, as I said, this feature will be available in a future release (maybe in 2.0.9 or 2.1.0).
knocked this out quickly figured I might as well share it – I use a plugin instead of a theme because often the theme changes during development
http://www.filedropper.com/comming-soon-styles-wpmaintenancemode
( never used filedropper before but it seems safe and harmless just don’t click the adds by accident )