Goal: Make a text section visually overlay the product collection grid in a Shopify theme using z-index.
Context: The text currently appears behind the collection. The requester shared their store URL and password so the helper could inspect. Reference screenshots illustrate the desired overlay effect (images are central to understanding the request).
Actions taken:
Initial suggestion: edit assets/base.css to adjust a featured collection’s transform property. This did not address the overlay intent.
After clarification with screenshots, an updated solution was provided: edit assets/base.css to set the rich text section container to position: relative with a high z-index (e.g., 999) and make the .rich-text background transparent. The CSS targets specific section IDs to ensure the text layer stacks above the collection.
Notes: z-index controls stacking order; position must be set (e.g., relative) for z-index to apply. Using transparent background allows underlying collection images to remain visible.
Status: Awaiting requester confirmation; no final resolution reported yet.
Summarized with AI on December 14.
AI used: gpt-5.
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?