Hi, Currently there is no background color for the registration box.
How to change the color or put an image in the registration box?
Appreciate any helps.
3 answers
Please go to the file : http://jm-crafts.demo.joomlart.com/s…css/styles.css
On line 1456, you can change background and border for all boxes.
Code:
.fieldset { background: #FFFFFF border: 1px solid #E5E5E5 border-radius: 5px; margin: 25px 0 15px; padding: 20px 15px; }
If you want to change only registration box, please add new rule:
Code:
.account-create .fieldset { background: #FFFFFF border: 1px solid #E5E5E5 border-radius: 5px; margin: 25px 0 15px; padding: 20px 15px; }
MENTION=226740]Chavan
Thank you.
This question is now closed