Hi! I need help adding black outline to text on the image banner so the words will pop and be easier to read. I am using the dawn template theme. Any advice will be appreciated!
kinda. I tried adding a code I found online, but it didn’t change anything.
@Tunny15 for which text do you want this outline? can you please share this page link?
Please provide your website URL so we can check it and suggest appropriate CSS.
Alternatively, you can try below snippet code to see if it resolves the issue.
Your banner description text here
@Tunny15 - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.banner__heading strong{text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}
.banner__text strong{text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}
That worked beautifully!! Thank you
