Back to All Events
3 Lessons | 20 minutes
Text Replacing & Title Styling
Anywhere you add a title, like Blog titles, Product titles, List Item titles, you aren’t able to format specific words. This is especially useful if you want to to italicize the name of a piece of art within a Product Title, or separate name from their role in a List Section.
In this series, I’m going to walk you through a couple solutions to this problem. You’ll learn how to use javascript to render text as HTML, and even replace specific characters with HTML to make for an easy handoff to a client. This is a great beginner javascript series.
In this lesson we’ll learn some fundamental javascript functions that allow us to get text from an element, replace some text, and insert text.