Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1109814

    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

    #1110028

    Hey kitchkitch,
    First, please remove the css/setting that is currently coloring the box.

    Best regards,
    Jordan Shannon

    #1110074

    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

    #1110204

    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

    #1110266

    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;
    }

    #1110417

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background colour on the Login/Register page not inside the box’ is closed to new replies.