hey @miro92 !
I was looking for how to remove the “title” field in the “site reviews” plugin and I found your post where you say it:
I removed using these 3 steps, is it okay?
1. Unchecked required checkbox inside plugin administration
2. Using CSS removed input field
input[name=”site-reviews[title]”] {
display: none !important;
}
3. Title removed inside Translations (basicaly replaced white blank)
But I can’t find the file to modify, could you tell me where it is please? Thank you!