Highlighted title
In this guide, you will learn how to highlight portions of your headlines with color:
Copy this code:
Paste it into your General settings > </body> custom HTML code section:
Replace the color code with your own one:
Pick the title you want to edit and wrap it with these HTML tags:
Open the live version of your website to see the results:
Step 1/4
Copy this code:
<style>
.custom-highlight {
background-color: #ffcccc;
}
</style>
Step 2/4
Paste it into your General settings > </body> custom HTML code section:
Step 3/4
Replace the color code with your own one:
Step 4/4
Pick the title you want to edit and wrap it with these HTML tags:
<span class="custom-highlight">Your Title</span>
Done!
Open the live version of your website to see the results:
Updated on: 18/12/2023
Thank you!