I have encountered an issue with a dynamically generated login form. When I select the 'Forgot Password' option, a new 'Back to Login' message appears along with a separating '|' line. Removing this line is proving challenging due to its location in the display.
Within the parent container of .upme-back-to-login
, there lies an <a>
tag followed by quote marks containing the unwanted dividing line after the closing </a>
tag. Refer to this snapshot from the console:
https://i.sstatic.net/2NX8s.png
Hence, my query remains: how can I eliminate or conceal the content exclusively within these quote marks using CSS or JS?