Theme colors

Posted in: Newspaper
Post count: 11

Hi,
I changed color in Theme colors–>post blockquote color”, but it is ok when in my posts i use “pull quote center” format. It’s not ok when i use “quote box center” format. Is it normal or is a bug?

Thanks,
Angelo

Post count: 23312

Hello volleyumbria,

I have made some tests on my side and please notice that this is the default theme behavior for quote box center. The theme panel setting will affect only the vertical border, as you can see here -> http://screencast.com/t/HVhwAb3knw1k -> http://screencast.com/t/XDCripbkYv So, if you want to change this color to be the same, you should use a bit of CSS code. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-content .td_quote_box p{
color:red;
}

The result is here -> http://screencast.com/t/HqyfVfGqN23k

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.