Hi,
I would like to resize the guest-bg.jpg image at login just to see all without the need to scroll down.
I would like also to change the backgroud color of the username and password panel on that image.
can you help me?
thanks
stefano
Hi, Stefano.
Add this:
#t3-content #community-wrap .hero-area .hero-area-wrapper {
padding: 30%;
}
.cGuest input#username, .cGuest input#password {
background: red;
color: white;
}
Hi, Stefano.
Yes, if you don't have custom.css file just create it and paste my code.
ok
I created the file but
-the image is now cutted, can I reduce it but see the entire original image?
-the button to register in no more visible
-the panel "Just for IRONMAN" has been moved too much on the right
second I would line to change the back ground of the panel that hold both login and password and login button, not their fields.
now it is white
Hi, Stefano.
Try to use "padding: 15% 0;" - just add 0 with space at the end.
#t3-content #community-wrap .cGuest .login-area {
background: red;
border-color: red;
}