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

Re: Remove "Powered by AirApps" by Air Product Reviews

Solved

Remove "Powered by AirApps" by Air Product Reviews

XC24
Tourist
8 0 5

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.

 

Screenshot (57).png

 

unnamed final.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3079

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?

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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;
}

 

  • And save. 
  • Result:
  • Made4uoRibe_0-1699299492800.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
XC24
Tourist
8 0 5

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?

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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?

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ByKoppel
Tourist
4 0 1

Hi!

I tried this as well and it does not work.