WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Tag Cloud Font Size › Reply To: Tag Cloud Font Size
June 17, 2017 at 9:32 am
#3574
admin
Keymaster
Hi,
If you want to have even font size for all tags. Please use the following CSS snippet (Customizer > Additional CSS).
/* Tagcloud Font Size */
.tagcloud a {
font-size: 11px !important;
}
Thanks