HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/plugins/white-label-cms/view/admin/parts/login-custom-css.php
<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;?>