Shopify themes, liquid, logos, and UX
URL ATTIVO.MX Hello everyone I need urgent help what happens is that I created a section with an application which gave me recommended products today I already want to delete it but even if I deleted the application this section was not removed from my page that is to say that in I can't remove the shopify editor, surely it's a code issue, please help me to remove the incredible series, thanks
Solved! Go to the solution
This is an accepted solution.
Hi @ATTIVO,
You should be able to remove this from your home page by following the instructions below.
1. From your Admin Page, click Online Store > Themes > Customize
2. In the Home page, you should see the section on your left hand side. You can either remove it or hide it.
If you are having troubled finding the section. You can follow this instructions instead
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the base.css
3. Paste the code below at the very bottom of the file.
div#ac-recommendation-block {
display: none;
}
Hi @ATTIVO
Look at just theme.liquid file, and you'll surely find the code there.
Let us know if you found the code there.
Thanks
Hi,
To completely hide the section, please add the code below to assets/base.css file.
div#ac-recommendation-block {
display: none !important;
}
Hope it helps.
Thanks.
This is an accepted solution.
Hi @ATTIVO,
You should be able to remove this from your home page by following the instructions below.
1. From your Admin Page, click Online Store > Themes > Customize
2. In the Home page, you should see the section on your left hand side. You can either remove it or hide it.
If you are having troubled finding the section. You can follow this instructions instead
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the base.css
3. Paste the code below at the very bottom of the file.
div#ac-recommendation-block {
display: none;
}
User | RANK |
---|---|
163 | |
146 | |
71 | |
67 | |
55 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023