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 #3539628
Post List Icons
Closed

Comments

  • MsWildCard started the conversation

    Hi,

    I'm using the '1st standard then list' style on my home page, and have noticed only the standard post has icons for the metadata. Is it possible to add icons for the list post meta data so that it is consistent with the standard post?

    Thank you.

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Posts Layouts → Other Layouts: turn off the "Hide Icon Post Format" option.

    Regards,
    PenciDesign.


  • MsWildCard replied

    I've turned off the "Hide Icon Post Format" option, however the icons are still not showing up. Is there any other options to fix this?

  •  2,541
    PenciDesign replied

    Hi,

    Please send me your site URL.

    Regards,
    PenciDesign.


  •   MsWildCard replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .grid-post-box-meta span.otherl-date time:before,
    .grid-post-box-meta span.otherl-comment a:before{
        content: "\f017";
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 5px;
    } .grid-post-box-meta span.otherl-comment a:before {
        content: "\f0e5";
    }

    Regards,
    PenciDesign.



  • MsWildCard replied

    Worked perfectly, thank you. 

    Is there anywhere that I can see the list of available icons?

  •  2,541
    PenciDesign replied

    Hi,

    You can check the icon list at this link: https://fontawesome.com/v4/icons/

    Regards,
    PenciDesign.


  • MsWildCard replied

    Awesome. Thank you for your assistance.