How can I change design of Kentico logon page, use different images, styles, etc.

Technical support leader

Juraj Ondrus asked on November 17, 2009 16:19

How can I change design of Kentico logon page, use different images, styles, etc.

Correct Answer

Juraj Ondrus answered on November 17, 2009 16:19

The Logon page is available in ~/CMSPages/logon.aspx within the project folder. There are following classes used for design:

.LogonPageBody
{

background-image: url(Images/Dialog/BackgroundNew.gif);
background-repeat: repeat-x;
background-color: #e7f2f8;
height: auto;
height: 98%;

}

.loginBox
{

margin: auto;
padding: 80px 0 12px 0; /* width: 503px; */
background: url(Images/Dialog/LoginBox05.gif) no-repeat;

}

Both are defined in ~/App_Themes/Default/CMSDesk.css file. You can change them according to your needs.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.