• Resolved marcwillems

    (@marcwillems)


    Hi,

    I have put together custom css, so my login screen is branded.
    As a webdesinger I build a lot of wordpress sites, so I have put my custom css on 1 location, so that way I have to make changes only on 1 location.

    In the old version of the plugin I used the “Custom Login CSS” field to put this:
    @import url(“https://www.mywebsite.be/customadmin/mylogin.css”);

    This work great!

    In the new version of the plugin there is also “Custom CSS” field in the login tab.
    As I put there the same statement:
    @import url(“https://www.mywebsite.be/customadmin/mylogin.css”);

    This does not work anymore!

    2 reasons:
    1) The div #wlcms-login-wrapper seems to be gone, so all my customizations don’t apply anymore.
    2) Even when I change this #wlcms-login-wrapper in .login-action-login, the import statement doesn’t seem to work anymore.

    I have tested this further by putting all my customized css code explicitly in the custom css field (with .login-action-login) and then everything is customized again, so that’s ok.
    But I don’t want to put all the customized css in all of my websites and change it all, when something has to be changed in the future.
    I would want to use the @import statement again, just like in the old version of the plugin.

    Regards
    Marc

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom css not working anymore’ is closed to new replies.