Air Reviews how to hide bottom in main page.

Solved

Air Reviews how to hide bottom in main page.

e-Naum
Tourist
7 1 2

Good day dear friends,

Please help, how can I  fix small problem with Air Reviews bottom.

How to hide it?

Brgds.


image0 (1).jpeg

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
7647 1837 2249

This is an accepted solution.

Thanks for the info, chek this one if it work. If not then you need to contact the app provider. 

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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template.name == 'index' %}
<style>
  @media only screen and (max-width: 749px) {
    .AirReviews-Widget__FloatButton {
      display: none !important;
    }
  }
</style>
{% endif %}

 

And Save. 

Result:

Made4uoRibe_0-1725540599481.png

Note: This only hide on the homepage and in mobile screen only. 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 8 (8)

Boki97
Shopify Partner
72 5 10

Find the selector and add css display: none !important;

e-Naum
Tourist
7 1 2

Hello. Doesn't work. But I found it in the code.

 

scr1.png

Made4uo-Ribe
Shopify Partner
7647 1837 2249

Hi @e-Naum 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
e-Naum
Tourist
7 1 2

Hi .

d3aroma.com

topnewyork
Globetrotter
596 96 123

Hi @e-Naum ,
 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.AirReviews-Widget__FloatButton {
    display: none !important;
}
</style>

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
Made4uo-Ribe
Shopify Partner
7647 1837 2249

This is an accepted solution.

Thanks for the info, chek this one if it work. If not then you need to contact the app provider. 

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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template.name == 'index' %}
<style>
  @media only screen and (max-width: 749px) {
    .AirReviews-Widget__FloatButton {
      display: none !important;
    }
  }
</style>
{% endif %}

 

And Save. 

Result:

Made4uoRibe_0-1725540599481.png

Note: This only hide on the homepage and in mobile screen only. 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
e-Naum
Tourist
7 1 2

Thank U !!!  Done 🤝

topnewyork
Globetrotter
596 96 123

Hi @e-Naum ,
 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.air-reviews-badge {
    display: none !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel