Plugin Author
WPKube
(@wpkube)
Hi @mkbrinks
You can add this in WP admin > Appearance > Customize > Additional CSS:
.authors-list-item-title { font-size: 16px; }
Unfortunately, this doesn’t seem to be having an effect. I’ve made the page password protected with the password “testing” if it’ll help to actually take a look at the page. It’s located here:
https://sidequest.zone/new-contributors/
I tried placing the code you suggested at the beginning and end of the Additional CSS section without an impact, and reduced the font size down to 5px in the hope I’d see a difference, but no dice. Could it be a clash with my Divi design?
Plugin Author
WPKube
(@wpkube)
Hi @mkbrinks
Sorry, can you try this:
.authors-list-item .authors-list-item-title { font-size: 16px; }