Hia,
I’ve searched the forums but its difficult to know what to search for with out seeing the issue, on the Login/Register page I have a grey background colour which bleeds outside the box, can you tell me how to resolve this issue please?
Many thanks,
K
Hey kitchkitch,
First, please remove the css/setting that is currently coloring the box.
Best regards,
Jordan Shannon
Hi Jordan,
I can only see the following in the quick css which might be relevant…
form.register {
min-height: 470px;
}
.form-row label.inline {
clear: left;
padding-top: 20px;
}
.login p.lost_password {
margin-top: 0!important;
}
Do I need to amend this code?
Thanks,
K
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-29 .u-column1.col-1 {
background-color:transparent;
}
Best regards,
Rikard
Hi Rikard,
Worked a treat, thanks very much.
K
I also duplicated the code and replaced the 1 with a 2 so both columns are now looking great.
.page-id-29 .u-column1.col-1 {
background-color:transparent;
}
.page-id-29 .u-column2.col-2 {
background-color:transparent;
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon