Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #105605
    sb91
    Member
    Post count: 86

    Is there any way I can make the login fields only take up half width of page: http://wordpress6.azurewebsites.net/my-account/

    And also change the Registered customers title to something like Client Login.

    #105688
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css

    @media only screen and (min-width: 769px) { 
    .woocommerce #account_details > .login, .my-account-login-wrap .login-wrap {
      width: 50%;
    }
    }

    To change the heading you need to edit: themes/dante/woocommerce/myaccount/form-login.php

       35  	
       36  			<div class="login-wrap">
       37: 				<h4 class="lined-heading"><span><?php _e( 'Registered customers', 'swiftframework' ); ?></span></h4>
       38  				<form method="post" class="login">
       39  		
       ..
      135  		
      136  				<div class="login-wrap">
      137: 					<h4 class="lined-heading"><span><?php _e( 'Registered customers', 'swiftframework' ); ?></span></h4>
      138  					<form method="post" class="login">
      139  						<p class="form-row form-row-first">

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register