Skip to content
Public Ticket #8208

Show names like tag/category/share/like/menu on tablet and phones before those things

Conversation thread

waelmoussa replied

Customer Reply

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

PenciDesign replied

Staff Reply

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

Customer Reply

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

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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!?

Want to join this conversation or access attachments? Sign in first.