-
WeeWilliam
I want to change the date from light grey to black in the comments. I tried several ChatGPT CSS additions that did not work and I don’t see anywhere else to change. I can change it in inspector but I am lost otherwise.
-
Hi there,
Try this:
.single #comments time { color: black; } -
WeeWilliam
Hello, that didn’t work either..It didn’t change in customizer. Went ahead and published, cleared caches, hard browser reset, ingonito.
I tried this one before from Chat too, that didn’t work.
.comment-meta time {
color: #000000 !important; /* Forces the color to black */
} -
Can you add the CSS to the top of your CSS field?
I think you might have some “bad” CSS that prevents all CSS below it from working.
-
WeeWilliam
That did it, thank you! Any way to locate the “bad” css that would cause that. I had an issue ahile ago that a css addition did not appear to work. (I gave up on that one)
-
Glad to hear that 🙂
You can use a tool like this to test your CSS:
https://jigsaw.w3.org/css-validator/ -
WeeWilliam
Ok great, Thanks.
-
No Problem 🙂
- You must be logged in to reply to this topic.