How to change text color and background color, see picture
1 Answers
Please send me your site URL for further checking.
Please login or Register to submit your answer
How to change text color and background color, see picture
Please send me your site URL for further checking.
Please login or Register to submit your answer
replied 6 years ago
try using this (on a general basis)
body {
font-family:Helvetica,Arial,sans-serif;
background-color:#000;
color:#fff;
}
if your page is using CSS.