-webkit-text-stroke
and text-stroke
in the Page or Project settings, then publish to see the effect live.Webflow does not provide a native text stroke feature using CMS elements, but it can be achieved using custom CSS.
stroke-title
, to that text element.<style>
tags in the Footer Code box for site-wide changes or on a single page if needed.Example CSS (added inline here, not as raw code):
``
color
, -webkit-text-stroke
, and text-stroke
for your desired effect.You can add a stroke to a CMS title in Webflow by adding a custom class to the text element and using custom CSS with the text-stroke
and -webkit-text-stroke
properties. This allows full use of CMS content with custom styling after publication.