K
K
kimqar_ver2020-05-08 20:33:28
css
kimqar_ver, 2020-05-08 20:33:28

Is it possible to somehow set the color globally for all text on the page?

The site has a theme change - one of which is making all text on the page black. How can I change globally all text to black? Tried asking:

body {
color: black
}


Does not work.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
n1ksON, 2020-05-08
@kimqar_ver

* {
  color: #000;
}

T
Type Programmer, 2020-05-08
@Oleg2002pr

You can try to set all p, h1, h2 and so on, the color is black. Should work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question