Viewing 7 replies - 1 through 7 (of 7 total)
  • You could embed your CSS in the head of the functions.php file. Or you could link to your own login-style sheet.

    Hope that helps,
    Don

    Thread Starter Sal_Criscione

    (@sal_criscione)

    I was hoping to find the exact file and edit it myself. I am wondering is I over looked something.

    Never, ever, edit WordPress core scripts!

    Thread Starter Sal_Criscione

    (@sal_criscione)

    @esmi
    The css is hiding the logo

    background-image: none, url(‘../images/wordpress-logo.svg?ver=20131107’);

    What would you suggest to have the logo visible. And it is hidden in Google Chrome, not hidden in Firefox. I was wondering why it is hidden.

    You need to load the new CSS via a plugin or your theme.

    Thread Starter Sal_Criscione

    (@sal_criscione)

    ok, thank you for your help.

    background-image: none

    That would hide it, and then you are showing it again by using the url() value. That is confusing the browsers and they are resolving it differently. Remove the value of none and it should work fine. Then replace the url(‘../images/wordpress-logo.svg?ver=20131107’); with the logo image you want to replace it with.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘CSS for login’ is closed to new replies.