<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00006fh2S4SAIOkta Classic EngineAdministrationAnswered2019-10-24T18:28:56.000Z2019-09-22T10:43:55.000Z2019-10-24T18:28:56.000Z
  • LudaS.36794 (Customer)

    I also see that the css doesn't work, it works for me via script section:

    <script>

    window.addEventListener("load", function(){

    document.getElementById("okta-signin-username").setAttribute("readonly", "true");

       document.getElementsByClassName("o-form-input-name-username")[0].style.border="0px";

    });

    </script>

    Expand Post
  • Thank you for posting on the Okta Help Center.

     

    The only way to change a css would be to create a Sign-in Widget.

    You can find more details in the following link:

    https://developer.okta.com/code/javascript/okta_sign-in_widget/

     

    If you need more details please don't hesitate to open a support case with us so we can investigate this issue more thoroughly.

     

    Kind regards,

    Cosmin Prahoveanu

    Technical support engineer | Okta

    Expand Post
    Selected as Best
This question is closed.
Loading
Hello, Is there a way to custom css of Sing Up view. I don't want to create a custom view, only to change a css. Thanks