Issue with CSS pop-in on Review Link
-
I have been struggling to overcome the CSS pop-in that happens on the following class–
.glsr.woocommerce-product-rating .woocommerce-review-linkI’m specifically targeting the review link on the product page–
.woocommerce-product-rating.glsr.glsr-default.glsr-ltr .woocommerce-review-linkWhat I’ve tried so far–
- Added a custom CSS file in the theme header to force styles on the element
- Applied !important to all relevant properties
- Tried a MutationObserver to detect when the element appears and immediately apply styles
- Added JS to force the element’s opacity to 1 as soon as it’s added
- Tried delaying the plugin animation with JS
Any assistance with this would be greatly appreciated.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.