π¬ Post Kinds CSS
In the process, Iβve been looking at tweaking some of the CSS in the Post Kinds Plugin, particularly since Iβm using it so heavily for a lot of my content. One of the small things Iβve wanted to do was to make what I can only call the pseudo-titles of the bookmarks, reads, etc. slightly larger to bring more attention to the titles and authors of those parts.
To do it, Iβve added the following couple of lines to my child themeβsΒ
style.cssΒ file:
1234/* Changes the font size on the titles of Kinds */section.response > header {Β Βfont-size:20px;}
I really like the Kinds plugin, but should look into some of these possibilities.