Shopify themes, liquid, logos, and UX
I’m seeking assistance with the Loox Reviews app for my Shopify store. I want to remove the dates that appear under each review. Despite my efforts, I haven't been able to find specific information on how to achieve this.
Here’s what I’ve tried so far:
I haven’t found any options within the app itself to hide the dates, and I’m unsure if this is something that can be adjusted through code. Does anyone have experience with removing dates under reviews in Loox? Or are there specific tweaks I can make in my theme’s Liquid or CSS files to achieve this?
Any help or guidance would be greatly appreciated!
Solved! Go to the solution
This is an accepted solution.
Hi @TristanJas , the problem is that reviews are inside an iframe meaning that any code will not have an effect, try to contact the customer support team of look and request the removal of the dates.
@TristanJas , go to your base.css file and add the following code :
.grid-item .block.time {
display: none !important;
}
Result :
Tried, did not work
This is an accepted solution.
Hi @TristanJas , the problem is that reviews are inside an iframe meaning that any code will not have an effect, try to contact the customer support team of look and request the removal of the dates.
Thank you, i did this and it worked!
Hey there Tristan! Sara from the Loox team here 🙂
I see you've marked this inquiry as resolved, but I wanted to jump in here to let you know that you can hide the date on your reviews by turning off the "Show review date" toggle in the Product Reviews widget's preferences settings on your Loox admin, so there's no need to adjust any code here.
If you have any other questions about using Loox, we would be more than happy to help! Feel free to contact us if you need anything at our support email listed below 🙂
Hi @TristanJas
Could you please share your store URL so that I can provide you solution.
Thanks!
Hi @TristanJas
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.grid-item .block.time{
display: none !important;
}
</style>
Tried, did not work
Hello @TristanJas
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.grid-item .block.time {
display: none !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Tried, did not work
Try this
replace code with this
<style>
.box.action .block.time {
display: none !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Nope, this is not working either. There is a other webshop that i saw that used loox reviews aswell and they have no dates in the reviews. Maybe this will help. URL: https://the-lilly.nl/products/skinglow
Hi, follow steps 1-5 on my photos to solve the issue. Make sure you select the widget that you are currently using in your store for step 3.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024