Change font color

Posted in: Newspaper
Post count: 45

Hi.
I’ve changed the main container’s color (black demo) from black to white, like so:

.tdc-content-wrap {
background-color: #ffffff;
}

Now, I want to keep the font colors all in white, but they collide with the white background.
How to change ONLY those white fonts over the white background to black?

https://imgur.com/a/MFkEb

Post count: 45

How to change ONLY those white fonts over the white background to black WITHOUT affecting the BlaBla title?

Post count: 20688

Hi,

The titles will be white, that is specially for the black demo. Since the code you are using is general, use another general code for the article titles
https://www.screencast.com/t/YxZ5pwpU3
This is the code used in the example

.td-black h3>a {
color: #000;
}

The browser inspector tool is very useful to identify the classes and elements used in the page and allow you to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Post count: 45

Thank you, you’ve helped me in multiple ways, even after solving the issue in the post.

Solved.

  • This reply was modified 8 years by denamer.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.