This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,9 @@
<div class="wlcms-input-group">
<label><?php _e('Custom Stylesheet URL', 'white-label-cms') ?></label>
<div class="wlcms-input">
<input type="text" name="settings_custom_css_url" value="<?php echo esc_url(wlcms_field_setting('settings_custom_css_url')) ?>" />
</div>
<div class="wlcms-help">
<?php _e('Create and upload a custom stylesheet with all style rules prefixed with .mceContentBody to your themes directory and enter the filename', 'white-label-cms') ?>
</div>
</div>