Site logo

Archived topic

Tags without the tag cloud

10 replies · Started by Janet Davis on October 3, 2019

Viewing posts 1–11 of 11

Hello,

Is it possible to have tags as another searchable option in a widget but not the tag cloud?

This way the recent posts, archives, categories, and tags all look the same.

Thank you
Janet

Hi there,

Not sure if I understand.

Can you explain a bit more?

Let me know :)

I would like to use tags in the widget just like I used the category and have them look the same.
When you use the tag cloud it looks ridiculous.

Does this clarify my question?
Thank you

This is not in the css in additional CSS on the site.

How would I remove it if it is not in that area?

I guess the tag cloud widget just has default inline style added to it to make it look like clouds.

Surprised that there is no simple tags widget from WordPress.

Try this CSS:

.sidebar #tag_cloud-2 .tagcloud a.tag-cloud-link {
    font-size: 13px !important;
    display: block;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know :)

That worked - thank you

Sorry it almost worked.

The font is smaller yes - But they all run together instead of one tag being on each line

that did it thank you.

No problem :)

This archived topic is closed to new replies.