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
9885 2354 2953

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 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 8 (8)

Boki97
Shopify Partner
73 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
9885 2354 2953

Hi @e-Naum 

Would you mind sharing your store URL? 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.
e-Naum
Tourist
7 1 2

Hi .

d3aroma.com

topnewyork
Astronaut
1179 154 198

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
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Made4uo-Ribe
Shopify Partner
9885 2354 2953

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 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.
e-Naum
Tourist
7 1 2

Thank U !!!  Done 🤝

topnewyork
Astronaut
1179 154 198

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
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month