Stroke on text refusing to show up

Hi all,

Trying to get text to show up with a stroke… this is the code I’ve used:

.text-outline { -webkit-text-stroke: 2px #EF8F76; -webkit-text-fill-color: transparent; }

have spent most of the day trying to get the text stroke to display but without luck… seem to be doing everything that everyone is suggesting in similar posts on the community … please help!!!


Here is my site Read-Only: https://preview.webflow.com/preview/paper-pencil-pixel-portfolio?utm_medium=preview_link&utm_source=designer&utm_content=paper-pencil-pixel-portfolio&preview=9611c14f4d4a81f9827ed44e392a2b0d&pageId=5f1a838b37a53c6bcbfc0bdf&mode=preview

Hi @mihir_s

When you add custom CSS, you should make sure to target the correct class name.

GIF

Screen Recording 2020-07-30 at 11.59.31 am

Make this change and you will see the custom code applied on the published site. :slight_smile: