App reviews, troubleshooting, and recommendations
Hi, does anyone know how to hide the date in review posts on the "Air Reviews: Product Reviews" app?
Solved! Go to the solution
This is an accepted solution.
Thank you very much, it's much better this way.
Hi @Luca93
Website link please.
Thanks
Hi @Luca93
Kindly paste the below CSS code in base.css under assets at bottom
.AirReviews-Blocks__Date {
display: none !important;
}
It'll look like this
Thanks
Sheesh B
Perfect, it works, thank you very much.
I also wanted to know if it was possible to display a maximum of 3 reviews per page
Hi @Luca93
Not much of help from the app but you can try the below CSS code in the same base.css file at bottom
#AirReviews-BlockWrapper {
margin-bottom: 50px;
}
#AirReviews-BlockWrapper .AirReviews-Blocks {
max-height: 570px;
overflow: scroll;
border-radius: 10px;
}
body .AirReviews-PreviewWrapper__Mobile .AirReviews-Blocks {
border-radius: 10px;
max-height: 730px;
overflow: scroll;
}
Thanks
Sheesh B
This is an accepted solution.
Thank you very much, it's much better this way.
Hi, De code works for me on desktop, but on mobile the dates are still displaying
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024