Luxevista - Question | JoomShaper

Luxevista

John N Prosser

John N Prosser

Template 10 months ago

How do you edit the login page, I need to change out the image and remove some options.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178525

Hi John.

  1. Replace that image >images/2024/05/15/login-registration.webp (keep the same name and file type)
  2. In Joomla Login not all can be removed, but check Menu item "Login" settings
  3. For whole rest use Custom CSS. Before you will ask me more in CSS topic, read >> https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

For example, you can hide all links "Forgot...." with simple...

.login  .list-group .list-group-item {
  display: none; visibility: hidden; cursor: none; }

And Passkey button is Joomla native plugin.

0