A store owner seeks help hiding an arrow button on their homepage that redirects customers to a product page, disrupting the desired checkout flow.
Initial Attempts:
Tried adding CSS code to the featured-product.liquid file (lines 1948-1501)
Code didn’t work, likely due to incorrect selector or placement
Community Guidance Provided:
Multiple users requested the store URL (mpamstore.com) to inspect the actual element
Two main solutions emerged:
Solution 1 (niraj_patel & Moeed):
Add CSS in theme.liquid file before </body> tag
Use actual element class name instead of placeholder
Emphasized need to identify correct class selector
Solution 2 (Made4uo-Ribe):
Add code to main.css/base.css in Assets folder
Provided specific CSS: .share-button+.product__view-details { display: none; }
Recommended removing previously added code
Current Status:
The store owner confirmed the arrow still appears after initial attempts. Community members are awaiting confirmation of which solution successfully resolved the issue. Screenshots and Google Drive links were shared for troubleshooting.
Summarized with AI on November 7.
AI used: claude-sonnet-4-5-20250929.
I hope this message finds you well. I am currently working on optimizing the user flow of my store to ensure a seamless shopping experience for my customers. Specifically, I would like to allow customers to access the homepage directly and proceed to checkout without being redirected through an arrow button on the homepage that leads to a product link (as seen in the image below)
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Wrap the code you highlighted in the screen-shot with style tag.
Also change the class name with actual class.
Still if you are not sure please share the theme name.
Hi Techlyser_web Thank you so much for your support. I tried following your instructions (details as shown in the image), but the arrow still appears on the homepage. I would really appreciate it if you could take another look and help me. I am truly very grateful.
What theme your are using? If you dont like to share on public you can always PM. The code that you’ve trying to wouldn’t work. You need to change the selector name and it place on the wrong area.