Changing Block's Text colour

Posted in: Newspaper
Post count: 9

How to change Block’s Text Colour?

One can only change the title text color of a block and there is no option for changing text color. How to change?

I have observed that only while creating a page or post, we can change the text color of a given block and while creating a sidebar one cannot actually change the color of a block.

Why does this happen?

Is there any CSS to change the block’s text color?

Post count: 22421

Hello,

Please provide an example of what block color you are referring to. Are you referring to the block excerpt? If this is the case: http://screencast.com/t/VMxYZewm6Sx5 then you can oly change it;s color with css. There is no setting to change the excerpt.
You can use this code to do it:

.td-excerpt{
color: red!important;
}

Thank you!

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