Tag Cloud Font Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3569
    forcerecon
    Participant

    Hello there,

    I just updated to wordpress latest today and now my Tag Cloud Fonts are way large. I would like to make them all stay the same size regardless of time or how many tags there are. Is there a custom css solution to this? Please advise.

    https://www.atramentous.net/

    Kind regards,
    ForceRecon

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.