Articles on: Custom extensions

Highlighted title

In this guide, you will learn how to highlight portions of your headlines with color:



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

Was this article helpful?

Share your feedback

Cancel

Thank you!