Hi I want to add a drop shadow to the text on top of the photo on my home page: https://buychichi.com/
How can I do that?
Hi I want to add a drop shadow to the text on top of the photo on my home page: https://buychichi.com/
How can I do that?
Hi @chiaramunzi ,
Can you help me out understand your query? Which text do you need a drop shadow?
And is this what you mean by drop shadow? See green box in image below
Banner text - all the white on top of the image
Hi [email removed]Chiaramunzi,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.bundle.css
Step 3: Paste the below code at bottom of the file → Save
.shopify-section.banner-section .break-words strong{
filter: drop-shadow(10px 10px 5px black);
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Thank you! It works in the editor but when I try to save I get this message:
“Online Store editor session can’t be published”
what can I do to fix that?
Nevermind it works! Thanks so much
How can I get the drop shadow on the text that says “a fast breakfast that actually tastes good” ?
you can try
.shopify-section.banner-section .break-words strong,.shopify-section.banner-section .break-words p{
filter: drop-shadow(4px 4px 4px black);
}