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

    (@mercime)

    BuddyPress generates “registration” class in <body> which you can use to set a different background for the page. e.g.

    body.registration {
         background: #0000000 url(images/something.jpg);
         }

    Thread Starter ryane1984

    (@ryane1984)

    Thanks for your reply, But where I must put this code
    I mean in which file & before or after of which tag??
    Sorry I’m beginner !!!

    Thread Starter ryane1984

    (@ryane1984)

    Dear Mercime …
    I found out how to use that command but this change the
    registration page background while I want to set a
    registration form background image,
    Something like this ; https://www.uploadup.com/di-A55C.jpg

    Do you know how ?????
    Please ?!

    Plugin Contributor @mercime

    (@mercime)

    You add the style at the bottom of your theme’s style.css file and back it up so it won’t be overwritten when you upgrade your theme.

    body.registration div#content div.padder {
         background: #0000000 url(images/something.jpg);
         }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can set a background for buddypress registration form’ is closed to new replies.