Change logo on just the password page

Hi @PureMental ,

I have checked your image logo, it is black:

So with your this request, you can change the background of the logo or completely replace it with a new logo (which has been changed to a white version on the password page).

In my opinion, you should only change the background of the logo to make its content more visible.

This way, there is no need to make extensive changes, only a small CSS edit is needed, and it won’t affect other pages.

In this Step 2: Search for the file base.css. And add this code snippet to the end of the file.

.password-header img {
    background: white;
}

And the result will be:

We hope my suggestions will solved your issue.

If it is helpful, can you kindly give us many likes and mark the solution for us?

This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.

1 Like