• hello,
    Can anyone please help me with to edit the wordpress logo to my own logo on login page. I have tried to look everywhere but could not find any option on the dashboard.

    Appreciate your help.
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sakinavconnect

    (@sakinavconnect)

    I was able to remove login button by using
    #menu-menu-2 .login-menu {
    display: none;
    }

    because I dont want my users to see wordpress logo when they login, can someone please help me how to edit the logo for login page.
    Thank you.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello sakinavconnect ,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .login h1 a {
        background-image: none !important;
     }

    Hope this will helps you.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit login page Logo’ is closed to new replies.