Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • @devtanbir

    Participant

    To add an image behind the Sign Up page and personalize the form, you can use custom CSS. See the example below:

    #signup-form {
        background-image: url('your-image.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 24px;
    }

    Replace your-image.jpg with the URL of your desired image.

Viewing 1 replies (of 1 total)
Skip to toolbar