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,22 @@
<div class="wlcms-input-group">
<div class="wlcms-input">
<textarea class="textarea-full wlcms-css" name="login_custom_css"><?php echo esc_html(wlcms_field_setting('login_custom_css')) ?></textarea>
</div>
<div class="wlcms-help">
<p><?php _e('Completely customise the login page by entering your own CSS.', 'white-label-cms') ?></p>
<p><?php _e('For example', 'white-label-cms') ?>:<br/>
<code>
.login form { background-color: #0013FF }<br/>
&nbsp;.login #login p#nav a { color: #333 !important }</code>
</p>
<p>
<?php _e('Or if you want to get fancy', 'white-label-cms') ?>:<br/>
<code>
#wlcms-login-wrapper{ background: url('wp-content/plugins/white-label-cms/images/footergrass.jpg') repeat-x fixed center bottom transparent; display: block; height: 100%; left: 0; overflow: auto; position: absolute; top: 0; width: 100%;}
</code>
</p>
</div>
</div>
<?php if( !is_multisite() ):?>
<p align="center"><a href="#wlcms-preview-content" class="wlcms-preview-link"><?php _e('Live Preview', 'white-label-cms') ?></a></p>
<?php endif;?>