Jump to content
  • 0

Style for password reset


Felix

Question

Hello,

Does anyone know how to change the style sheet so that the background of the reset password container is transparent?

I've figured it out for the login/password form but can't figure out how to do the same thing for the reset stage.

Thanks in advance for your help.

Cheers

F

Screen Shot 2022-07-05 at 7.15.10 pm.png

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Hi @Felix,

You can also set the level of transparency (or opacity) of the background color of that section:

<style>

section[class^="cbFormSection"] {

background: rgb(255, 255, 255, 0.3);

}

</style>

You can change the last value (0.3) depending on how opaque or transparent you want the background to be.  You may refer to this: https://www.w3schools.com/css/css_image_transparency.asp#:~:text=Transparency using RGBA

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...