Hi @CNatural
Go to base.css under assets and find the code on line 2781
and just remove
* {
color: #000;
}
Remove it carefully and check the enclosing tags.
This will surely solve your issue, finally.
Hi @CNatural
Go to base.css under assets and find the code on line 2781
and just remove
* {
color: #000;
}
Remove it carefully and check the enclosing tags.
This will surely solve your issue, finally.