(Photo by elCarito on Unsplash)
Adjusting Font Size and Padding in Divi Tag Cloud
The following CSS (Cascading Style Sheets) code can be used in Divi Theme Options to change your Divi Tag Cloud font size and padding.
1 2 3 4 5 6 7 8 9 10 11 12 |
.tagcloud a, .wp-block-tag-cloud a { font-size: 11px!important; padding: 2px 6px; background: rgba(0,0,0,.05); display: inline-block; margin-bottom: 4px; border-radius: 3px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } |