-
Author
-
February 15, 2014 at 23:37 #11011xlspecialParticipant
I want to do something that should be simple but cannot find good information. I simply want to change the background on the register page. White text boxes on a white background does not work well.
Whatever I do with the register page in the admin is overridden by the register.php in sweetdate it seems. (The register.php in buddypress isn’t active with this theme apparently.)
I do not know how to code but know enough to recognize what most things do. I cannot figure out what to change in css, let alone which css file, to make the body of the page something other than white.
I’d also like to be able to put an image and/or text below the username/password portion as there is a lot of wasted space there.
I’ve searched all over the forum and cannot find and answer for this. In searching other buddypress sites it seems sweet date is set up a bit different as I cannot find a page.php
February 18, 2014 at 14:58 #11105AbeKeymasterHi, You can add it by css:
COPY CODE.register.buddypress #main { background: #f4f4f4; }
To add data to register page you have to edit sweetdate/registration.register.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 19, 2014 at 00:08 #11140xlspecialParticipantThat can just go in custom ccs or a specific css file?
February 19, 2014 at 01:06 #11145AbeKeymasterYou can put it in Sweetdate – Styling options – Quick css or if you are using child theme in style.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.