I am using the Launch theme. Website is https://radair.io/
On the home page, header text, I want to underline the word “EVERY THING”
I am not able to do it through the theme customizer. So I looked at the code and in settings_data.json, the sentence is “subtitle”: “and making EVERY THING work for you.”,
Please let me know if there is a way to underline the words “EVERY THING”.
Thank you
Tom
1 Like
Hi @tfurukaw ,
Very nice trick is to do the following instructions below.
-
In your Admin store, go to the theme you want to edit, click Customize.
-
Find the section, and edit the text. Highlight the word and click the I to italize the word. Click SAVE. See image below for reference
- In you theme.css under your Asset folder, add the code below
.slide-text light .slide-text-subheading > em {
font-style: normal;
text-decoration: underline;
}
@tfurukaw
sorry current rich text doesn’t allow to html support if you change textarea so you can easy to add