Home Forums WoodMart support forum Hide or decrease the change password section

Hide or decrease the change password section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #683291

    vynil
    Participant

    Hey guys,

    The reset password section in the current implementation is too large and takes up unnecessary space on the page. This functionality, while important, doesn’t need to be so prominent. The default WooCommerce reset password feature is less visible and more streamlined, which is the approach I would prefer to maintain.

    Could you assist in reducing the size of this section and making it more minimalistic, like the default WooCommerce implementation? You can investigate on your test website, because the layout-issue is related to Woodmart.

    Thank you in advance!

    #683355

    Hello,

    Can you please share the screenshots of what you currently have and also the screenshot of how you want it to look? Also share the page url.

    Best Regards,

    #683463

    vynil
    Participant

    Here’s a screenshot, the fields are very big. Can we make them smaller? There’s no need to send the website url because you can reproduce this on your test website as well.

    Attachments:
    You must be logged in to view attached files.
    #683614

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the code value as per your requirements.

    .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
        margin-top: 20px !important;
        padding: 15px 20px !important;
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #fff;
        max-width: 500px;
    }
    
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
        font-size: 16px;
        font-weight: 600;
        padding: 0 8px;
    }
    
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row {
        margin-bottom: 12px !important;
    }

    Best Regards,

    #684133

    vynil
    Participant

    Thanks, you can close the thread.

    #684194

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide or decrease the change password section’ is closed to new replies.