Styling the Login Control?

Posted by Community Admin on 03-Aug-2018 22:40

Styling the Login Control?

All Replies

Posted by Community Admin on 14-Mar-2011 00:00

Right now I have a simple page with nothing on it but a 100% layout column and a Sitefinity login control in that layout element.

How can I center this login control? How can I modify it's style, colors, font, etc?

Posted by Community Admin on 16-Mar-2011 00:00

Hi Network,

First you need to set a CSS class to the login form. To do so click Edit link for Login widget and write a CSS class in CssClass field like show on the image I have attached.

After that add a CSS widget ("Scripts and Styles" section in the toolbox) to the page and write the CSS rule from below in the text area in "Write CSS" tab.

.MyLoginFormCssClassWrapper 
    margin: 0 auto;

Let us know if you need further help.


Greetings,
Katia
the Telerik team

This thread is closed