Essential grid - individual (per post) text color?

Hi there,

is it possible to set a text color individual per post?
All headlines are white. However, sometimes it could be necessary (e.g. a bright background image) to set the color for one post to black. Any ideas?

Thank you,
Michael

Hi Michael,

It could be possible with custom CSS and targeting the specific post by making use of the Body CSS Class(es) for the post option:

Would you mind providing a URL of a post which utilizes a bright background where you want the text color to be black so that we can provide a more concrete suggestion.

Thank you.

Thank you.
Here we go:

Hi Michael,

Please try adding this CSS instead:

li#eg-7-post-id-2782 .eg-mbda_frontpage-reagan-element-1 { /*2782 is the POST ID of this specific POST*/
    color: red; /*Change to you preferred text color*/
}

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.