• Hello,

    I’ve installed fresh Woocommerce + Astra theme and I see that I have some issues with CSS for example:

    [1] Button to show/hide password, is a bit different…

    [2] when I’m logged and I will go to details of my account (where I’m changing password) it also doesn’t look good

    Is it due to the settings or I have to correct it with my CSS? I wanted to avoid changing CSS as future updates will change it but for sure I cannot keep in current state.

    • This topic was modified 1 year, 2 months ago by jurgus.
Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi @jurgus,

    Thank you for bringing this to our notice. This is happening because of the recent update of the WooCommerce plugin. I have shared this with our team and they are working on it. I will update this thread once I have anything to share.

    Meanwhile, you can add the following custom CSS to Customize > Additional CSS to fix this temporarily:

    button.show-password-input {
        display: none;
    }

    Kind regards,
    Aradhy 😊

    Hi, is the update to fix this coming soon?

    Yes, we are working on the fix, and it will be released soon.

    In the meantime, you can use the CSS as a temporary solution. You can checkout the updates via our changelog page.

    Kind regards,
    Aradhy 😊

    I have the same issue, i put the CSS to hide the button, but need to know when Astra Team plan to fix this.

    thk

    According to changelog the new update was supposed to fix this but I’m still getting show/hide buttons with no text on them on the my account page and the checkout page.

    In case it helps anyone, I added this snippet to functions

    add_filter( ‘astra_get_option_woo-show-password-icon’, ‘__return_true’ );

    and then I added this CSS

    button.show-password-input:hover {
    border-style: none;
    color: #333333;
    }
    button.show-password-input:focus {
    border-style: none !important;
    }

    This seems to solve the issue on my account page, but not on the checkout page.

    • This reply was modified 1 year, 1 month ago by steviek13.

    Hello,

    We have released an updated version of the Astra theme with the fix. I have checked it on my end, and it seems to be working fine. You can also refer to this screenshot.

    I would suggest updating the theme to the latest version, clearing the caches, and then observing the changes. Hope this helps.

    Kind regards,
    Aradhy 😊

    Hi @bsfaradhy please add a product to a cart as a logged out user and go to checkout. If you are required to create an account, the eye icon does not show as it does in the my account page, instead you get a button below the password field with no label.

    The fix dont work on my site, i clear all cache, here is the screenshot -> https://ibb.co/QjNhs1XP

    Hi @steviek13,

    I am checking with my team and will update this thread once I receive an update.

    Hello @bprado, can you please reach out to us via our Support Portal so that we can have a closer look at it? Also, we respond faster there.

    Kind regards,
    Aradhy 😊

    Hi there,

    We’ve implemented the fix in the latest Astra theme update and tested it on our end. Everything seems to be working smoothly now. You can refer to this screenshot for reference. I would suggest updating the theme to the latest version and checking if the issue is resolved on your site as well.

    Kind regards,
    Aradhy 😊

    Yes, now it works perfectly, thank you!

    @bsfaradhy the screenshot that you sent is in the checkout page, my problem is in the login page -> https://www.bodybuildinglatino.com/my-account-2/#ast-woo-login right now dont show anything becauses im using CSS to hide it.

    Please review it and let me know! thk

    Hi @steviek13,

    Feel free to mark this thread as Resolved but don’t hesitate to reach out to us again in the future.

    @bprado, as requested earlier, I would encourage you to open a thread separately, or even better, you can reach out to us via our Support Portal so that we can have a closer look at it. Also, we respond faster there.

    Kind regards,
    Aradhy 😊

    Hi @bsfaradhy, I don’t think I can mark resolved as I didn’t start the thread.

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘CSS issue – Woocommerce + Astra’ is closed to new replies.