Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I installed an app called Air Product Reviews on my Shopify store so that I can add customer reviews. The app adds a bit of text near my reviews that says "Powered by AirApps". I want to remove it. This text is located in two different places in mobile and in desktop. I want to remove it from both. Look at the images below. You can find the text I mentioned in this page of my store: https://grindzone.store/products/grip-trainer (This is only one product, I want to remove the text from the reviews of all my products). I use dawn theme. Any help is greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
Im expecting on that, cause it an app. You didnt try to contact the app provider that youll like to remove the app name?
Hi @XC24
Try this one.
.AirReviews-Blocks--PoweredBy {
display: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi. Thank you for your reply. However, I tried the code and unfortunately it doesn't seem to work. Could you come up with another solution?
This is an accepted solution.
Im expecting on that, cause it an app. You didnt try to contact the app provider that youll like to remove the app name?
Hi!
I tried this as well and it does not work.