Skip to content
Public Ticket #31631

Title Color

Conversation thread

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.

Ammar Akbar started the conversation

Conversation Start

I want to change the half of the post title's color.

For example: Prevalent By Now is red

Want to join this conversation or access attachments? Sign in first.