Good day dear friends,
Please help, how can I fix small problem with Air Reviews bottom.
How to hide it?
Brgds.
Issue: Request to hide the Air Reviews element fixed to the bottom of the homepage.
Key suggestions:
Working approach:
Artifacts:
Outcome:
Good day dear friends,
Please help, how can I fix small problem with Air Reviews bottom.
How to hide it?
Brgds.
Find the selector and add css display: none !important;
Hi @e-Naum
Would you mind sharing your store URL? Thanks!
Hi @e-Naum ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi .
Hi @e-Naum ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
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 tag and paste the code below before the tag.
{% if template.name == 'index' %}
{% endif %}
And Save.
Result:
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!
Thank U !!! Done ![]()