Forums

BuddyPress
How can set a background for buddypress registration form (5 posts)

  1. ryane1984
    Member
    Posted 5 months ago #

    Hi friends,
    Do you know how can set a background for buddypress registration form??

    http://wordpress.org/extend/plugins/buddypress/

  2. @mercime
    Member
    Posted 5 months ago #

    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);
         }
  3. ryane1984
    Member
    Posted 5 months ago #

    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 !!!

  4. ryane1984
    Member
    Posted 5 months ago #

    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 ; http://www.uploadup.com/di-A55C.jpg

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

  5. @mercime
    Member
    Posted 5 months ago #

    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);
         }

Reply

You must log in to post.

About this Plugin

About this Topic

Tags