Home › Forums › WoodMart support forum › class: login-form-side woodmart-login-side-opened
class: login-form-side woodmart-login-side-opened
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
August 25, 2020 at 2:52 pm #221135
hasanmadniParticipantHow can edit this class to add more options to my side bar that pops when new visitor tries to register
Attachments:
You must be logged in to view attached files.August 25, 2020 at 3:19 pm #221161
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.
Best Regards
August 25, 2020 at 5:21 pm #221183
hasanmadniParticipantNo i wanted to add one more button in this side menu. Thats why just wanted to know if i can add a new class in this menu section.
New button beneath the create new account button.
<div class=”login-form-side woodmart-login-side-opened”>
<div class=”widget-heading”>
<h3 class=”widget-title”>Sign in</h3>
close
</div><form method=”post” class=”login woocommerce-form woocommerce-form-login ” action=”https://www.fitoor.com.pk/my-account/”>
<p class=”woocommerce-FormRow woocommerce-FormRow–wide form-row form-row-wide form-row-username”>
<label for=”username”>Username or email <span class=”required”>*</span></label>
<input type=”text” class=”woocommerce-Input woocommerce-Input–text input-text” name=”username” id=”username” autocomplete=”username” value=””>
</p>
<p class=”woocommerce-FormRow woocommerce-FormRow–wide form-row form-row-wide form-row-password”>
<label for=”password”>Password <span class=”required”>*</span></label>
<span class=”password-input”><input class=”woocommerce-Input woocommerce-Input–text input-text” type=”password” name=”password” id=”password” autocomplete=”current-password”><span class=”show-password-input”></span></span>
</p><p class=”form-row”>
<input type=”hidden” id=”woocommerce-login-nonce” name=”woocommerce-login-nonce” value=”5a90ae6fd4″><input type=”hidden” name=”_wp_http_referer” value=”/art-marketplace/”> <button type=”submit” class=”button woocommerce-button woocommerce-form-login__submit” name=”login” value=”Log in”>Log in</button>
</p><div class=”login-form-footer”>
Lost your password?
<label class=”woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme”>
<input class=”woocommerce-form__input woocommerce-form__input-checkbox” name=”rememberme” type=”checkbox” value=”forever”> <span>Remember me</span>
</label>
</div></form>
<div class=”create-account-question”>
<span class=”create-account-text”>No account yet?</span>
Create an Account
</div>
</div>August 26, 2020 at 7:08 am #221292
Elise NoromitMemberHello,
It is not possible to just insert the HTML code inside.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register