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 #3397117
Date icon
Closed

Comments

  • reanusbig started the conversation

    How do I insert the date icon before the date using Penci Small List?

    See the attached screenshot.
    Thank you

    Attached files:  Date Icon.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .grid-post-box-meta.pcsl-meta .sl-date:before {
        content: '\f133';
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
    }

    Regards,
    PenciDesign.



  • reanusbig replied

    Perfect.

    And how do I insert the date icon before the date using:
    . Penci Featured Cat
    . Penci Big Grid
    . Penci Latest Post
    . Penci Widget Recent/Popular Post
    ???

    Thank you

  • reanusbig replied

    And as I also add the time of publication of the post so that we have this format:

    [date icon] date - time
    ???

    Example
    [date icon] 21 June 2023 - 21:57

    Without using AM and PM.

  •  2,541
    PenciDesign replied

    Hi,

    1. Please modify the CSS code like the following below:

    time:before {
        content: '\f133';
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
    }

    2. If you want to change the post time format, please go to dashboard → Settings → Generla → Date Format.

    Regards,
    PenciDesign.