Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Highlight required fields with an asterisk

Home / Forums / Kadence Theme / Highlight required fields with an asterisk

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme

Tagged: 

October 14, 2020 at 9:50 pm

Hello,
The option “Highlight required fields with an asterisk” in WooCommerce/Checkout does nothing whether is selected or not. When I check styling in the browser console, it shows this:
.woocommerce form .form-row .required {
color: red;
font-weight: 700;
border: 0 !important;
text-decoration: none;
visibility: hidden;
}

It’s generated by
Thoughts? I mean I can override the visibility with !important, but I’d rather have it work correctly.

  • The forum ‘Kadence Theme’ is closed to new topics and replies.