Collection title on top of images

oscaroline
Excursionist
75 0 9

hello is it possible to show titles on top of each image like the photo below?

 

www.sundaypaloma.com

 

 

Screen Shot 2023-05-19 at 12.19.44 AM.png

Replies 4 (4)
oscaroline
Excursionist
75 0 9

I want the code here. I don't like to email and contact privately

ZestardTech
Shopify Expert
4343 750 1023

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

.card__heading .full-unstyled-link {
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 30px;
}

 

ZestardTech_0-1685077957773.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Dan-From-Ryviu
Shopify Partner
1737 291 350

Please add this code at the bottom of your base.css file 

.collection-card-wrapper .card--standard>.card__content {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}
.collection-card-wrapper .card--standard>.card__content .full-unstyled-link {
fonr-size: 40px !important;
}

Screenshot 2023-05-26 at 15.38.40.png

Get 2 months of Shopify for $1/month. Sign up here
Ryviu - Aliexpress Reviews app - is a product review app with the ability to import reviews from Aliexpress, Amazon, Etsy, and DHgate.
Is it helpful? Like and Accept solution to let me know 🙂

oscaroline
Excursionist
75 0 9

Is it also possible to add shop now buttons or underlined shop now text underneath the title?