I really like the blockquote typography that has the actual images of quotation marks on the front and end. But not all templates use them. Some just have a border etc. I am not that sophisticated on how this is done, but is there a way that I could set up any template to use the quote .pngs for the blockquote typography? Thanks
the easiest way to do this would be to go into the tempalte css files for the styles you want to bring across e.g. hivemind, as this uses the quotation marks ..
this is a bit crude, but it works; just copy everything from the template_css.css file that starts
blockquote {
you'll find two or three .. but remember the file you are copying into probably has these too
then go into the css file for the light or dark and copy out whatever you find in there for the blockquotes too (these will be where the images are called)
copy those over to your css file and remember to change the url of the image you are calling as it will be looking for the name of the css file from hivemind ..