PenciDesign Supporter replied
Staff Reply
Hi,
The current version of Soledad doesn't support formatting part of the title in a different style directly. However, you can achieve this by adding the <strong> tag in the post title and then applying custom CSS to style it.
For example, in your post title, use:
This is a <strong>highlighted</strong> title
Then add custom CSS like:
.pcbg-title a strong {
color: #ff6600; /* Change to your desired color */
font-weight: bold;
}
This will display the word "highlighted" in a different color within the title.
Regards,
PenciDesign.