As in title and screenshot, what should i do? I want to change white color to black if it is possible
1 Like
Apply color: black in css file for the text
Hi @alphasircle ,
Would you mind to share your URL website? with password if its protected. Thanks!
actually solved it with base.css file and put there:
body {
background-color: #1f2025 !important;
}
