Show "Published:" Text - Question | JoomShaper

Show "Published:" Text

HB

Holger Busch

Helix Framework 11 months ago

Hello, I would like to know if I can show a "Published: " text befor the publish date is shown?

0
1 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 11 months ago #174225

Hello Holger Busch,

Thank you for reaching out! You can add the following custom CSS to display "Published:" before the date:

.published::before {
    content: "Published: ";
    margin-right: 3px;
}

To learn how to add custom CSS in Helix Ultimate, please refer to this guide: How to Add Custom CSS in Helix Ultimate.

Best regards,

0