Tags -Not showing complete tag name

I use Xtheme’s Ethos. I notice that as soon the number of posts under a specific tag grows,
the tag name gets bigger, the tag name gets cut-off and shows a double dots at the end of the word.

For example, if I have Patience as a tag name and the number of posts under that tag grows,
It would look like Patie…

I would like to display the whole word Patience instead of Patie…

I notice this doesn’t happen to other Xtheme thmes like Renew, Integrity, and Icon.

Please help me in resolving this.

Thank you.
Edgar

Hi Edgar,

I can see you have already fixed this issue by adding the following custom CSS:

.widget_tag_cloud .tagcloud a {
    font-size: 11px !important;
}

Looking at this single post page, I also notice that home and blog link is not visible because it’s color is the same with the background. You might want to add this custom CSS too:

.single-post .x-breadcrumb-wrap a, .single-post .x-breadcrumb-wrap span {
    color: #000;
}

Hope this helps.

Hi Lely,

Yes, I found the answer in the forum and thank you for your response and I just implemented your
additional CSS tip.

Thanks.

Hi again,

Just a follow-up question, I just recently downloaded the updated Xtheme as recommended by Themeco. If I install this,
will this not possibly modify any of the customizations I made with the previous version of Xtheme?

Any specific instructions regarding this?

Thank you.

Hello Edgar,

Thanks for updating the thread. :slight_smile:

If you add the CSS in Child theme or Theme Options CSS editor (X > Theme Options > CSS) then the changes won’t get overridden when theme is updated. Having said that if CSS or any changes that are made directly to parent X Theme source files and if the theme is updated then those files will get replaced and may cause issues on website.

So it’s always advisable to add the CSS in Theme Options CSS editor or Child theme.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.