Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    Hey @rocketeerwp,

    Right now there is no options in the plugin to do this. But I will definitely add this feature in the next update. You can add this feature here.

    If you know css, you can add this transparency by editing the plugin file as well.

    Thread Starter rocketeerwp

    (@rocketeerwp)

    I’ll try the css method as a stop gap measure for now. Can you tell me in what location of the css and I take it from there.

    Plugin Contributor Libin

    (@libinvbabu)

    Hey @rocketeerwp,

    The following option will work only if you are using a background color for the form. If you are using a background image for form also, try creating a semi transparent image using photoshop.

    To add opacity to the form background color:

    1. Goto Plugins -> Click “Edit” on Erident Custom Login and Dashboard plugin.

    2. Ctrl + F and search .login form
    3. Replace the first line inside that, starting with background: ... with
    background: rgba(0,0,0,0.5);

    The color given in the example is a black color with 50% opacity.

    Let me know if you have any doubts.

    Plugin Contributor Libin

    (@libinvbabu)

    Hello @rocketeerwp,

    This feature is now available with the new version (3.3)
    Please update your plugin and have fun. Come back here, if you run any problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Login Form Background Transparency’ is closed to new replies.