Custome Logo on main page and password center

Dear Rod, good day.

  1. Sorry for stupid question. But I’m rly cant see my logotype on page

and second…

It is possible to customize password area in center and change text

Best Regards,
Alex

can you include a link to your site?

sure

it looks like you may have the main masthead disabled and are instead using the Top-Pallet Title area.
Using the Backlight designer controls, you can only place a masthead logo if you have the masthead enabled.

You can, however, replace the Top Pallet Title with a graphic logo using phplugins and custom css.

Let me know if you’re interested in trying that and I’ll send you a link to a tutorial.

that will take custom css. Let us know if you need help with that.

Yes, please

You can change the password related text by going to Backlight menu: Admin > Settings > Languages.
Click on Manage Language.
Scroll down to Protected Login Screen and make changes and Save.

I’ll figure out the css to center things and post that next. Did you need to change text styling too? Font, size, color?

And in case you wanted to customize the top pallet title:

This css should center everything to do with logging into a password protected album:

input#login-password {
  margin: 0 auto;
}
form#password-protection {
  text-align: center;
}

Dear Rod, THank you again

Can you please tell me where should I put css for it?

Best Regards,
Alex

See the custom css documentation

The documentation has yet to be updated for Backlight 4. The new location to find a sample file for custom css (and phplugins and others) is now located at /backlight/modules/custom-resources/.
Access these files using your FTP program.

Your new/edited custom css file still gets uploaded to /backlight/custom/css/