Questions, feedback, and updates on the new online store design experience
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi I'm using the SENSE theme and I'm unable to work out how to add a drop shadow to the white text that is overlayed on my Image Banner sections.
https://medreadyaustralia.myshopify.com/
pass: baimee
Hi @MaxMedReady , go to edit code > assets > base.css, find this element:
.subtitle {
font-size: 1.8rem;
line-height: calc(1 + .8 / var(--font-body-scale));
letter-spacing: .06rem;
color: rgba(var(--color-foreground),.7);
}
Change it with:
.subtitle {
font-size: 1.8rem;
line-height: calc(1 + .8 / var(--font-body-scale));
letter-spacing: .06rem;
color: rgba(var(--color-foreground),.7);
text-shadow: 2px 2px #000000;
}
Thanks, but:
- It looks awful? Can I customise this further?
- It only applies to the Subtitle, not the Heading.
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022