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 #2943238
icon and comment counter
Closed

Comments

  • buenaoferta started the conversation

    Hi!

    How can I remove the icon and the comment counter from the category and tag pages?
    Attached image.

    Thanks


  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Post Layouts:

    • Standard & Classic: check Hide Comment Count option,
    • Other Layouts: check Hide Comment Count on Mixed & Overlay Posts option,

    Regards,
    PenciDesign.

  • buenaoferta replied

    Hi,

    How can I put the word "share" in a post next to the social icons. Also on the category and tag pages in the main entry.
    I attach images.

    Thanks


  •  2,492
    PenciDesign replied

    Hi,

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

    .penci-post-box-meta.penci-post-box-grid .penci-post-share-box:before {
        content: 'Share';
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        margin-right: 5px;
    }

    Regards,
    PenciDesign.