Hi!
I want to make my "dark" mode website actually dark mode.
That's why I want to get all the "light" colors out of it.
I found a lot of CSS code, but many unfortunately didn’t, although I went through the CSS list several times. 🙁
I really want you to help me do it and I'll share the finished + CSS code HERE on the forum so that anyone who wants a look like a REALLY dark mode website can do it and not have to put in so much work.
1. I want to remove the left and bottom white small bars.
2. I want to change the background color.
3. I want to change the color of the red frame.
4. I want to change the color of all the text in the blue frame evenly.
5. I want to change the color of the "Lock" icon.
6. I want to change the color of the "Forum with unread posts" icon.
7. I want to change the color of the "Forum without unread posts" icon.
8. I want to change the color of the "No Answer" icon.
9. I want to change the color of the "Answered" icon.
10. I want to change the color of the "Highlighted" icon.
11. I want to change the color of the frame.
12. I want to change the color of the text.
13. I want to change the color of the frame.
14. The white square with the text | I want to change the color of the line.
15. I want to change the background color.
16. I would like to remove those in the yellow frame from the list OR if it is not possible,
then i want to change the color.
17. I want to change the color of the frame.
18. I want to change the color of the icon.
19. I want to change the color of the text.
20. I would like to change the color of the texts.
21. I want to change the color of the white squares.
22. I would like to change the color of the texts.
23. I want to change the color of the text.
24. I want to change the color of the frames.
25. I want to take the 2 lines and the black background OR if I can't
then I want to change their color.
26. I want to change the color of the text.
27. A "|" I want to change the color of the line.
28. I want to change the color of the text.
29. I want to change the color of the text.
30. I want to change the color of the things in the frame evenly.
31. I want to change the color of the vertical line.
32. I would like to delete the header.
33. I would like to change the color of the text.
I want to change the color of the text to which menu item I move the cursor to.
34. I would like to change the color of the text.
Also, when I hover over it, I want to change the color and background of the text.
35. I want to change the color of the arrows.
36. I would like to change the color of the text.
37. I want to change the color of the icon.
38. I want to change the color of the icon.
39. I want to change the color of the whole line.
40. I want to change the color of the whole line.
41. I want to change the color of the whole line.
42. Administrators have this + background, I want to change its color.
43. I would like to change the color of the text.
44. I want to change the color of the "online" and "offline" circles.
45. I want to change the color of the whole line.
46. I would like to change the color of the text.
47. I would like to change the color of the text.
48. I want to change the color of the frame.
49. I want to change the background color.
50. I would like to change the color of the text.
51. I want to change the background color.
52. I would like to change the color of the text.
53. I would like to change the color of the text.
54. I would like to change the color of the text.
55. I want to change the background color.
56. I want to change the color of the line.
57. I want to change the color of the line.
58. I want to set the color of the line.
59. I want to change the color of the line.
60. I want to set the color of the line.
61. I would like to change the color of the text.
62. I want to set the color of the line.
63. I would like to change the color of the texts.
64. I would like to change the color of the text.
65. I want to set the color of the line.
66. I want to change the color of the frame.
67. I would like to change the color of the text.
68. I would like to change the color of the text.
69. I would like to change the color of the text.
70. I would like to change the color of the text.
71. I would like to change the color of the text.
72. I would like to change the color of the selected ones in a uniform way.
73. A "|" I want to change the color of the line.
74. I want to change the color of the number.
75. I would like to change the color of the text.
76. A "|" I want to change the color of the line.
77. The color of the group name, I want the color of the group to always be OR if it is not possible,
then i want to adjust the color.
78. I would like to change the color of the text.
79. I want to change the color of the icon.
80. I want to set the background of the button when the cursor is not on it and when
when it's on.
81. I want to change the color of the circle.
82. I want to change the background color.
83. I want to change the color of inactive texts.
84. I would like to change the color of the vertical lines uniformly.
85. I would like to change the color of the texts.
86. I would like to change the color of the texts uniformly.
87. I would like to change the color of the texts uniformly.
88. I want to change the color of the frames.
89. I want to change the background color.
90. I want to change the colors of the text in the lines.
91. I would like to change the color of the texts uniformly.
92. I would like to change the color of the text.
93. I would like to change the color of the text.
94. I would like to change the color of the text and the number.
95. Here I want to change the color of everything that is white.
96. I would like to change the color of the text.
97. I want to change the background color.
98. I want to change the color of the line.
99. I want to change the color of the line.
100. I want to change the menu line 3 icon on my phone.
Thank you VERY VERY VERY much in advance!
Hi! @tutrix
It is there, but a lot of colors are lit.
I started refining it so that there was NO glowing color on the board.
I ask for help with this.
I checked out 3 dark mode plugins, but nothing can be set in the free versions.
I would give the paid solution some time for the first time before you switch to IF.
So I want to do the dark mode in the original way.
I would ask for help then.
to overwrite existing CSS code with new CSS, !important must be used
Example
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info i { color: #666666; }
try this
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info i { color: #666666 !important; }