Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4304492
Title Color
Open

Comments

  • Ammar started the conversation

    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

  •  2,929
    PenciDesign replied

    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.