Issue: After installing the “Opinew Product Reviews” app, white lines appeared above and below the review block on product pages, despite layout spacing set to 0. The requester wanted the spaces removed or matched to the yellow background.
Access: The product page URL was shared, and a temporary storefront password (“test123”) was provided to allow inspection. Guidance on sharing/disabling the password was given.
Fix attempts: Suggestions focused on editing the Shopify theme.liquid file:
One contributor advised pasting code near the tag (with a reference screenshot).
Another suggested adding a specific CSS line just before the closing tag in theme.liquid.
Outcome: Adding the CSS in theme.liquid resolved the white space issue. The result was confirmed with a screenshot, and the requester acknowledged it worked.
Notes: Screenshots and code snippets were central to the solution, though the exact CSS shown in the thread text is not visible. “theme.liquid” is the main Shopify theme file; CSS controls page styling.
I just installed the App “Opinew Product Reviews” and wanted to implement it into my Product Pages.
Now i have the Probem that whenever i implement it there are weird White Lines above and beyond the Review Block. The Size of these Spaces is already set to 0 in the Layout options. Is there any Way to remove them or atleast set them to the Yellow Background Color?
Best Regards
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.