Theme star rating conflict with formidable form
-
Hi,
We found a conflict with star rating of formidable forms and your theme files. I am attaching photo and link. Please help to fix.
Thank you.
Sending info from formidable support
I will recommend contacting the theme developer to help you look into the issue. The declaration in the stylesheet is causing the issue on your site https://paste.pics/edit/0a45b347bbafe799cc1dc5d18d43940b
Content declaration should have a single value, your theme has multiple values of the same item. https://developer.mozilla.org/en-US/docs/Web/CSS/::before
Hello,
Please make the full backup of your site and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.
Best Regards
Hello,
It means the WoodMart theme does not influence the issue.
If you have any questions please feel free to contact us.
Best Regards
Sorry, I meant to say, that with other theme all is good.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.frm-star-group .star-rating:before {
content: none;
width: unset;
height: unset;
}
Best Regards
Yes, that helped, thank you.
You are welcome!
Wish you a wonderful day!
The topic ‘Theme star rating conflict with formidable form’ is closed to new replies.