Archived topic
Underline H1 Copy in Hero Image - Hands On Template
5 replies · Started by Josh on January 3, 2020
Hello, how can I add an underline under the H1 copy of the hero image? Trying to get it to look like this - https://ibb.co/2Fn99Y4.
Thank you,
Josh
Hi there,
You can use HTML inline style with text-decoration property:
https://www.w3schools.com/cssref/pr_text_text-decoration.asp
Hi, where in wordpress do I add this?
Thanks,
Josh
It would go directly in HTML.
Something like this:
<h1>We help elite <span style="text-decoration:underline;">real estate</span> builders dominate google ads</h1>
I see, this is working. Thank you!
No problem :)