• Resolved adamngai

    (@adamngai)


    Hi,

    How to change the wp-admin username and password white background or adjust opacity?

    Thanks;
    Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Video User Manuals

    (@videousermanuals)

    Hi Adam,

    You could try adding this to the custom CSS for the background colour to use RGBA

    background: rgba(0, 0, 0, 0.2);

    0.2 is the opacity

    other option is to use opacity:

    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */

    This should work.

    Thanks

    Thread Starter adamngai

    (@adamngai)

    Hi Team,

    Thanks for the code, but that’s for the background right? I have placed a image, I want the login box to set transparent or lower the opacity… Can it be done?

    Thanks;
    Adam

    Plugin Author Video User Manuals

    (@videousermanuals)

    Hi Adam,

    Give this a try:

    https://jsfiddle.net/vumwpe/9q2pc431/

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the username and password white background?’ is closed to new replies.