blockquote css

Posted in: Newsmag
Post count: 19

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

Post count: 6535

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!

Post count: 19

Hi Andrei,

Thanks. That was an easy one. Sorry for asking. 😉

Now I want to the post blockquote. Where can I do this?

Cheers,
Marc

Post count: 6535

HI

That option change the color for block-quotes from post content. If this is not what you mean please provide more details about what you’re trying to do, also screen pointing the desired result and maybe I can help.

Thanks!

Post count: 19

If would like to change the css-class of the blockquote (font-size,…).

Post count: 6535

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!

Post count: 19

Works, thanks a lot!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.