Remove "Powered by AirApps" by Air Product Reviews

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.

Hi @XC24

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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?

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.