Shopify themes, liquid, logos, and UX
Hello,
I would like to add a solid black container behind the text and button on the 'Hero (optional slideshow)' in the Impulse theme.
So a black box behind 'Christmas Collection / We've got your / Shop now'
Thanks in advance for your help!
Solved! Go to the solution
This is an accepted solution.
Hi @jpat,
Please go to Customize > Theme settings > Custom CSS and add code:
.hero__text-shadow {
background: #000000 !important;
padding: 2rem;
}
Hey @jpat
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.
Best Regards,
Moeed
Hi @jpat
Try this one.
.hero__text-shadow {
border: 1px solid black;
padding: 1rem;
}
Note: Im only using theme demo for this, if it doesnt work please share your store URL. Thanks!
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @jpat,
Please go to Customize > Theme settings > Custom CSS and add code:
.hero__text-shadow {
background: #000000 !important;
padding: 2rem;
}
Thank you, this is exactly what I was looking for.
Hi @jpat,
You're welcome and happy to help 😊
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025