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.
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:
base.css file.card-overlay-media { position: initial; }.card-overlay-info { bottom: 60% !important; }Current Status:
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.
@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
thank you