Topic-icon How to change login and registration form background color?

Active Subscriptions:

None
9 years 7 months ago - 9 years 7 months ago #51380 by meleciovaldez
hi I would like to make the square around my module black instead of white how would I be able to do this?

here is the link:

neweraprinting.com/component/users/?view=registration
File Attachment:
Last edit: 9 years 7 months ago by meleciovaldez.
The topic has been locked.
Support Specialist
9 years 7 months ago #51384 by mel
That page is not JFBConnect at all; it is the Joomla user component. We'll gladly try to help you in this case, but we focus on supporting our extensions JFBConnect and SCLogin.
form#member-registration {
background: black;
border: none;
}

-Melissa
The topic has been locked.
Active Subscriptions:

None
hey Mel Thank You!!
File Attachment:

how would I be able to change the login form background?
The topic has been locked.
Support Specialist
9 years 7 months ago #51389 by mel
You can do something like the following:
div#login-modal{
background:black;
border: 1px solid #FFFFFF;
}
The topic has been locked.
Active Subscriptions:

None
Thank You again Mel
The topic has been locked.
Active Subscriptions:

None
Hi Mel sorry for all the questions how can I make the buttons a little smaller?
File Attachment:
The topic has been locked.
Support Specialist
9 years 7 months ago #51393 by mel
I tried to create a user, but there was an error about it being restricted. Therefore, my best guess is that there is padding that you can remove. For instance the ".sourcecoast .btn" style has a padding of 16px 22px. You can try decreasing this (however, all buttons in SCLogin would be affected) or create a new style targeting just the logout button and user menu buttons specifically for the padding - "#scLogoutButton .btn" and ".scuser-menu .btn" for the identifiers

Either way, I'd suggest that you try using Developer Tools built into your browser to play around with and test out any quick CSS changes (Firefox and Chrome have this)

-Melissa
The topic has been locked.