• Hello,

    I have issues inserting CSS into the login page as quotes get escaped.

    The result is not valid:

    #login:before {
    	content: \'DEV LOGIN\';
    	display: block;
    	color: black;
    	background-color: #f0ffff;
    	text-align: center;
    	margin: 0 auto 2em;
    	font-weight: bold;
    	font-size: 1.3em;
    }
    • This topic was modified 5 years, 11 months ago by web256.

The topic ‘Custom Login CSS’ is closed to new replies.