1) – I have not modified the theme at all – I think I may have found some bugs. On a page [lead_p drop_caps=”yes”] shortcode functions properly, but on a post the font is forced into 18px with the following CSS:
@media screen and (min-width: 768px) {
.blog-single .post .entry-content > p {
font-size: 18px;
}
Was this intended? It breaks the shortcode for posts.
2) – In your XML example, [tagline] seems to have varying font sizes, but I can’t figure out how you changed the font (on one you used H3, but the other one appears to be a hard-coded CSS font). I think [tagline] isn’t working properly for posts either? The CSS looks different.
3) – Is it possible for us to get cite (for block quotes) as a shortcode? It’s tedious having to switch to the text editor back and forth (I do lots of quoting).