Hi friends,
Do you know how can set a background for buddypress registration form??
Hi friends,
Do you know how can set a background for buddypress registration form??
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);
}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 !!!
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 ?!
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);
}You must log in to post.