Hi! I’ve recently installed a review importer app, but it shows its watermark on the bottom of the review block. How can I remove it? URL: Avvoyer.com Password: seipra
Topic summary
A Shopify store owner installed a review importer app that displays a watermark at the bottom of review blocks and wants to remove it.
Suggested Solutions:
- Check app settings: Look for branding or watermark options in the app’s settings panel within Shopify admin
- Upgrade plan: Free versions often include watermarks; a premium subscription may remove it
- Custom CSS method:
- Inspect the watermark element in browser (right-click → Inspect)
- Identify the CSS class or ID
- Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
- Add CSS code to hide the element (e.g.,
.wisereview-watermark { display: none; })
- Contact app support: If other methods fail, reach out to the review importer app’s support team for specific instructions
The responder requested more details about which specific review importer app is being used to provide more targeted guidance.
To remove the watermark from the review importer app on your Avvoyer Shopify store, you typically have a few options. Here’s a general approach:
Check App Settings:
Some review importer apps provide an option to disable or remove the watermark within their settings. Go to the app settings in your Shopify admin and look for options related to branding, watermark, or similar terms.
Upgrade to a Premium Plan:
Often, free versions of apps include watermarks as a way to promote the app. Check if there’s a premium plan available that allows you to remove the watermark.
Custom CSS:
If the app settings do not provide an option to remove the watermark, you can use custom CSS to hide it. Here’s how you can do it:
a. Identify the Watermark Element: - Inspect the element in your browser (right-click on the watermark and select “Inspect” or “Inspect Element”). - Find the class or ID associated with the watermark.
b. Add Custom CSS: - Go to your Shopify admin panel. - Navigate to Online Store > Themes > Actions > Edit code. - Add the following CSS code to your theme’s stylesheet (e.g., theme.scss.liquid or styles.scss.liquid):
/* Example CSS to hide the watermark */
.wisereviews-watermark {
display: none;
}
- Replace
.wisereviews-watermarkwith the actual class or ID you identified.
Contact App Support:
If you’re unable to find an option to remove the watermark through settings or custom CSS, contact the support team of the review importer app. They may provide a solution or instructions specific to their app.
By following these steps, you should be able to remove or hide the watermark from your review block. If you need further assistance, please provide more details about the review importer app you are using, and I can offer more specific guidance.
Best,
Tony | BeMEApps
