T Tevfik Code Voyager User Thread owner 7 Oct 2025 #1 Hello Hatalar community, 👋 In the login section shown in the image below, how can I remove the Passkey option? Where exactly should I make this change in the XenForo settings?
Hello Hatalar community, 👋 In the login section shown in the image below, how can I remove the Passkey option? Where exactly should I make this change in the XenForo settings?
CL4Y Keyboard Ninja Administrator 7 Oct 2025 #2 The analysis was performed using the following code structure. Less: #XF[data-logged-in="false"] { .xgtSv13_login_panel ._kayitPaneli .listHeap li .button { display: none; } .blocks-textJoiner { display: none; } } Upvote 0 Downvote
The analysis was performed using the following code structure. Less: #XF[data-logged-in="false"] { .xgtSv13_login_panel ._kayitPaneli .listHeap li .button { display: none; } .blocks-textJoiner { display: none; } }