• Resolved renedevilliers

    (@renedevilliers)


    I am new to Admin custom login could you please tell me what CSS to include to change the ‘Back to website’ link to another website

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi renedevilliers,

    Yes, we checked this issue. Please tell us what do you want?

    – Want to change -> Back to website link

    OR

    – Want to change -> Back to website link text

    Thanks.

    Thread Starter renedevilliers

    (@renedevilliers)

    I want to change -> Back to website link -so that it can point to another website

    Thank you

    Plugin Author weblizar

    (@weblizar)

    Hi @renedevilliers,

    Finally, we found a tweak to replace or change the Back To Site Link and Text.

    You need to modify a single file within the plugin and add a new line:

    File: admin-custom-login.php

    Code To Add:

    
    jQuery( "#backtoblog a" ).replaceWith( jQuery( '<a href="Back To Site Link">← Back To Site Text</a>' ) );
    

    Change following in above code line before going to add into plugin file
    Link – Back To Site Link
    Text – Back To Site Text

    Where to add the code line?
    Check the below screenshot:

    Image Large Preview: https://postimg.org/image/67fsgvebn/

    Hope this helps you and you will find our plugin & support helpful. Please rate us – Here

    Thanks

    Hello!
    I am following this thread to change my link as well, but the screenshot of where to place the new code is not opening. Can you attach a new one? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change ‘Back to website’ link’ is closed to new replies.