Buy me a coffee

Remove “Create an Account” from Login Popup

#1. Add this code to the top of Code Injection – Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>

remove-create-an-account-from-login-popup-05-min

#2. Add this code to Code Injection – Footer, under #1 code

#3. In Code Injection, find these codes

remove-create-an-account-from-login-popup-01-min

and change it to

 <x-twc-malidc-style style="display : none;">
  
    a.twc-malidc-create {
    display: none;
}
    
    </x-twc-malidc-style>

remove-create-an-account-from-login-popup-02-min

#4. Result

Before:

remove-create-an-account-from-login-popup-03-min

After:

remove-create-an-account-from-login-popup-04-min