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.
I want to change the half of the post title's color.
For example: Prevalent By Now is red
Attached files: Ekran şəkli 2025-08-04 120318.png
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:
Then add custom CSS like:
This will display the word "highlighted" in a different color within the title.
Regards,
PenciDesign.