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 #2023972
Show names like tag/category/share/like/menu on tablet and phones before those things
Closed

Comments

  • waelmoussa started the conversation

    Hello,

    I didn't find any options to show the name of something like the tags on the post before the tag links of the tags, the same with share, category, like, Menu on tablet and phones
    It's very important to have something like this so people can know what are this section is exactly, and this is telling people to take action, not that only seen the icon like and share without a call to action words
    So what I am looking for is showing text about the things to know what is there like the tags, category, share, and like near each of those things on the posts or page.
    I see that the "share" is shown on the pages before the icons but it does not appear on the posts.

    Is there an option to help me to do this ? or maybe if you can take it as a suggestion for the future updates!?

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .post-tags:before {
        content: "Tags:";
        display: inline-block;
        margin-right: 6px;
        font-weight: bold;
        color: #111;
        font-size: 16px;
    }
    .post-share .list-posts-share:before {
        content: 'Share This Post:';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #2196f3;
    }
    

    Best Regards,

    PenciDesign

  • waelmoussa replied

    Thanks for your replay, actually I already solved this by css, but it's not a good option for the multi-language site.

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to change the text for AR language:

    html[lang="ar"] .post-tags:before {
        content: "Text for AR:";
    }
    html[lang="ar"] .post-share .list-posts-share:before {
        content: 'Text for AR:';
    }
    

    Change 'Text for AR' to the text as you want.


    Best Regards,

    PenciDesign

  • waelmoussa replied

    Thanks for this advice. I was used body.rtl but with html lang will be better for more languages with rtl