Adding outline to text on image banner

Solved

Adding outline to text on image banner

Tunny15
Tourist
11 0 9

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! 

Accepted Solution (1)
suyash1
Shopify Partner
11000 1362 1738

This is an accepted solution.

@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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 7 (7)
Tunny15
Tourist
11 0 9

kinda. I tried adding a code I found online, but it didn't change anything. 

suyash1
Shopify Partner
11000 1362 1738

@Tunny15  for which text do you want this outline? can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Tunny15
Tourist
11 0 9

I want the heading and text that's in turquoise color outlined in black or dark blue. See attached screenshot. 

Enchantedwoodworkingco.com 

1000015415.jpg

 

Enchantedwoodworkingco.com

suyash1
Shopify Partner
11000 1362 1738

This is an accepted solution.

@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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Tunny15
Tourist
11 0 9

That worked beautifully!! Thank you

suyash1
Shopify Partner
11000 1362 1738

@Tunny15 welcome, thank you too @sgtlab as well

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

sgtlab
Shopify Partner
61 3 2

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.

<p style="color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; font-weight: bold;">Your banner description text here</p>
- Need more help? Join us
- Helpful? Like & Accept the solution