Custom CSS location

I agree with @Daniel

No problem))) Im not a celebrity))) how can I send pm? Ill create account with admin role

Just click on my name above or here: @rod_barbee

I cleared template cache again. Now I can see your custom css file in page source code and the inspector

1 Like

Try this css in your custom css file:

form p {
	text-align: center;
}

input#login-password {
	margin: 0 auto;
}
1 Like

WOW now its working! But I remember I clean cache in Special Links…

When you click that Clear Template Cache link, you’re taken to confirmation page asking if you really want to do that. It’s easy to just click the first link and move on. I’ve done it before.

1 Like

Thank you for your help Daniel Thank you very much too))

1 Like

your original css will work too, at least the part to align the text elements in the form . You don’t need !important

#password-protection, #login-message {
       text-align: center;
}
input#login-password {
	margin: 0 auto;
}
1 Like

Thank you very much