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