Remove returning customer login line in checkout
-
This code isn’t working to remove the ‘Returning Customer’ login line in checkout. How do I do this?
-
In WooCommerce.
[code lang="css"]<br /><span style="color: rgb(44, 51, 56);, sans-serif;font-size: 14px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;background-color: rgb(255, 255, 255);display: inline !important;float: none">/* Hide the "Returning customer? Check here to log in" line */</span><br /><span style="color: rgb(44, 51, 56);, sans-serif;font-size: 14px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;background-color: rgb(255, 255, 255);display: inline !important;float: none">p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {</span><br /><span style="color: rgb(44, 51, 56);, sans-serif;font-size: 14px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;background-color: rgb(255, 255, 255);display: inline !important;float: none">display: none;</span><br /><span style="color: rgb(44, 51, 56);, sans-serif;font-size: 14px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;background-color: rgb(255, 255, 255);display: inline !important;float: none">}</span><br /><span style="color: rgb(44, 51, 56);, sans-serif;font-size: 14px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;background-color: rgb(255, 255, 255);display: inline !important;float: none">[/code] (from WP dot com suggestions).
-
Hi there!
Thank you for reaching out to the free support forums for websites hosted on WordPress.com. While your site is not hosted with us, we’re here to guide you in the right direction for assistance.
If you’re having trouble with Woo, please contact Woo Support about this via https://woocommerce.com/my-account/create-a-ticket/ if you have any paid Woo products, or https://wordpress.org/support/plugin/woocommerce/ if you do not. A member of their support team will be the most capable of providing assistance.
For general WordPress questions, please reach out to the WordPress community for guidance: https://wordpress.org/support/forum/how-to-and-troubleshooting
I hope this information helps guide you in the right direction. Feel free to ask if you have any further questions or need more assistance.
- The topic ‘Remove returning customer login line in checkout’ is closed to new replies.