Hi there,
I was wondering if you could help me with something. I created an HTML login form that I’ve added to the template files. All is well, except I don’t know where I should add the CSS to style it.
I’ve tried in the Quick CSS field, as well as the style.css file of my child theme but it just doesn’t work.
There’s a temp login in the private area. If you go to the home page and click on LOGIN in the menu, you can see just the basic form. I really need this styled.
Thanks very much in advance
Hi Viuliloush!
I could not check the CSS because the login is not an administrator.
What is the CSS your using? Perhaps you need to use the !important override.
.login input[type="text"] { color: red !important; background: blue !important; }
Regards,
Elliott
Hi Elliot,
Thanks! In the end I will go with just a link to the login page of the non-wordpress site.
Thanks anyway