Archived topic
Tags without the tag cloud
10 replies · Started by Janet Davis on October 3, 2019
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
The tagcloud widget has font-size: 22px; added as inline style:
https://www.screencast.com/t/UbRkY3pexDT
Are you able to remove that?
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
Can you try the edited CSS?
https://generatepress.com/forums/topic/tags-without-the-tag-cloud/#post-1025594
that did it thank you.
No problem :)