How can I position text under image on Athens 2.0 collection buttons?

Topic summary

A user is trying to reposition text on collection buttons in the Athens 2.0 Shopify theme, wanting the text to appear below images rather than overlaid on them.

Solutions Proposed:

  • Add CSS code to the end of the base.css file
  • Two different CSS snippets were suggested:
    • .card-overlay-media { position: initial; }
    • .card-overlay-info { bottom: 60% !important; }

Current Status:

  • The proposed solutions did not work as intended
  • After implementation, the text moved to the top of the image instead of below it
  • The text remains overlapping with the image rather than positioned underneath
  • The issue remains unresolved
Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hello does anyone know how to get the text on these collection buttons to be under the image instead of inside the image?

this is on our frontpage.

https://www.remlagret.se/

@emilbrandon - add this css to the very end of your base.css file and check, we might need more css, but start with this

.card-overlay-media{position: initial;}

HI @emilbrandon

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.card-overlay-info {

bottom: 60% !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

This did not work:

they are on the top now instead. still mashed with the picture.

thank you