how do i remove more vendors and product recommendations from my shopify page in the expanse theme?
Hi @kyoko-Yamma ,
Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.
Hey, @kyoko-Yamma
Happy to look into this for you. Do you mind sharing your store URL and pointing me to where you are seeing the more vendors and product recommendations that you want to be removed?
If there is anything else I can help you with, please let me know.
Hi, @kyoko-Yamma
Thanks for posting to the Community. I hope you’re well.
Expanse is a great theme choice! You can easily remove unwanted product page features in your theme editor. Simply open your Shopify Admin and head to Online Store > Customize. From the drop-down menu at the top of the page select Product Page > Default. Then, on the left-hand side of the theme editor, you will see the vendor options and product recommendations. Here, you should be able to select these sections and remove them.
If you run into issues, however, you may want to reach out directly to the developer of the theme. They will be able to provide the best advice. You can reach them by selecting the 3 dots in the left-hand corner of your theme editor and then selecting ‘Get Support.’ Archetype Themes actually has a great FAQ when it comes to the Expanse Theme you can find here.
In the meantime, I’d love to learn more about your store. When you have a moment feel free to provide us a link!
My url is artemisbeautyprotection.my Shopify.com I noticed when you go on
the page and click something it will say more from( vendor’s name) there
are different names there after clicking on different products and I would
like that option removed.
the show vendor option isn’t checked and it still shows up
Hi @kyoko-Yamma ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
div#shopify-section-template--16695672439014__recommendations {
display: none !important;
}
div#shopify-section-template--16695672439014__more-products-vendor {
display: none !important;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi, @kyoko-Yamma
That’s definitely strange!
Have you done any customizations to your store’s code? If so, I recommend downloading a fresh version of the theme to your theme library to see if the issue persists in this new theme.
If you continue to experience issues, reaching out to your developer is your best bet! You can find a link to their support in my response above.