Hi all,
first of all: I really like the them which is now running also on my musicblog (http://www.tespiel.de).
Unfortunately I have the skills to change the css in my child theme. I have to change to change the color to make the blockquotes visible. 😉
Example: http://www.testspiel.de/hallo-spencer-und-die-quietsch-beus-singen-meh-bier-von-fettes-brot/322514/
The big white area in the post is where the b-quote is.
Thanks for your help in advance,
Marc
HI
You can change the color of block-quotes from theme panel > theme colors: http://screencast.com/t/YHXuAt4jp4
Let us know if you need further assistance on this.
Thanks!
HI
Try this css in theme panel > custom code > custom css to change the font-size: http://screencast.com/t/dizaoUhl8hi
.post blockquote p {
font-size: 20px!important;
}
Thanks!
