Disappeared labels, .screen-reader-text class problem
-
Hi,
I am having the same issue described here (https://www.ads-software.com/support/topic/screen-reader-text-class-being-added-to-field-labels/) and to be honest I am pretty surprised that it has not been fixed after so long by the devs.
For an unknown reason, the checkout manager adds a .screen-reader-text class on some billing labels. The said class is being added at random, doesn’t matter if it is a WooCommerce standard field or a custom one created with the checkout manager. It does not matter if its text, radio, select or has conditional logic. It seems really random.
I managed to replicated the issue on localhost only with 2024 theme, woo and checkout manager.
My crude CSS solution for the moment:
.wooccm-field .screen-reader-text { clip: auto !important; clip-path: none !important; height: auto !important; overflow: visible !important; position: initial !important; width: auto !important; }
It is not a deal-breaker issue since you are providing the only free functional checkout manager with conditional logic and I am thankful for that! However, it is an inconvenient and I would love to see it fixed in the near future.
Regards,
Chris
- The topic ‘Disappeared labels, .screen-reader-text class problem’ is closed to new replies.