πŸ’¬ Post Kinds CSS

Replied to https://boffosocko.com/2019/04/11/55748610/ by Chris AldrichChris Aldrich (boffosocko.com)

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:

1
2
3
4
/* 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.

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)