Language Override would be used to just change the text like "Username" or "password". Exactly what parts are you trying to change? You haven't mentioned it, only that you can't find the parts you're looking for. Search for the constant string instead like com_language_something-something.
You can change the layout of the login form with a layout override.
viewtopic.php?t=994711 may help along with https://docs.joomla.org/J4.x:Template_Overrides being a good place to start (note the docs say J4 but I would think it is similar with J5).
You can also hide the "forgot my password" with CSS but you need to know the CSS Class name (right click on the element, select "Inspect" from the right click context menu) and check what the class name is, then add that to your user.css file with the appropriate CSS to hide it.
You can change the layout of the login form with a layout override.
viewtopic.php?t=994711 may help along with https://docs.joomla.org/J4.x:Template_Overrides being a good place to start (note the docs say J4 but I would think it is similar with J5).
You can also hide the "forgot my password" with CSS but you need to know the CSS Class name (right click on the element, select "Inspect" from the right click context menu) and check what the class name is, then add that to your user.css file with the appropriate CSS to hide it.
Statistics: Posted by AMurray — Wed Aug 28, 2024 9:45 pm