Archived topic
Tag cloud font size is too small...
3 replies · Started by Sebastian on July 26, 2020
Viewing posts 1–4 of 4
I want to control the size of the tags in the tag cloud. In my case the tags are super small… is there a way to do this?
You can find them on the frontpage, they have the headline "Tag cloud"
Hi there,
Try this CSS:
.wp-block-tag-cloud a.tag-cloud-link {
font-size: 20px !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks, this worked!
No problem :)
This archived topic is closed to new replies.