• Resolved captconstruct

    (@captconstruct)


    This is a wonderful plugin. Thank you so much for making it. I was wondering if there’s a way I can make the background a photo instead of a solid color?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter captconstruct

    (@captconstruct)

    I found the code to change the background via CSS, but if there’s a better way, I’d love to know. Thanks!

    Plugin Author DesignSmoke

    (@designsmoke)

    Apologies for the late response. For anyone having the same question, you can add a CSS style to use an image as your background. This is a planned feature (to be added in the future).

    div#age-verification {
    background-image: url('/wp-content/uploads/your-image.jpg');
    background-size: cover;
    background-position: center center;
    }
    • This reply was modified 5 years, 3 months ago by DesignSmoke.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background to a picture’ is closed to new replies.