SOLVED: WooCommerce Account Page improvements

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hello,

1- In the password change section, the eye icons have an unusual background color.

2- Eye icons are not displayed in the builder.

3- The text “This will be how your name will be displayed in the account section and in reviews” is Italic by default.

Hi Victor,
Thanks again for your report!

  1. That’s a browser default, which can be easily overridden. However, it would certainly be better if the button background were transparent by default.
%root% .show-password-input {
  background-color: transparent;
}

  1. There may be a reason that I don’t understand at the moment – let’s wait and see :smiley: I guess that it is added using JS, which is not used in the builder because it is not necessary there.
  2. Yep. It’s an <em> tag, which is usually italic. Just override it:
%root% span em {
  color: blue;
  text-transform: none;
  font-style: normal;
}

Overall, none of the three points are bugs—1 and 2 are potential improvements.

Best regards,
timmse

1 Like

We fixed these issues in Bricks 2.3, now available as a one-click update in your WordPress Dashboard.

Please read the changelog entry before updating, and let us know if you continue to experience issues.