Different H1 till H6 colors in single content ?

Posted in: Newspaper
Post count: 28

Hello Team,
how can I define different post content colors for different H1 to H6 ?
I am using cloud templates.

Post count: 27744

Hello,

You can set a color in the post editor -> https://www.screencast.com/t/Y7k4gzguyHs

Thank you!

Post count: 28

Thanks Anamaria,
this way I knew … but by
selecting white ( which I want ) … I can’t see the Text anymore ( white on white )
Could you please provide the CSS code for changing the H2 in single content to white ??

Post count: 27744

Hello,

You can use this code
h2
{
color: yellow;
}

Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Post count: 28

The CSS code you sent was not working. I tried myself and this one works:

.tdb_single_content h2 {
color: #fcfcfc; }

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