Hey
Do you know how to change the default color to the font? Need it to be a bit darker
Hey
Do you know how to change the default color to the font? Need it to be a bit darker
Hi!
in your Quick CSS you can add
body{
color:#222222;
}
.main_menu .menu li a span {
color: #222222;
}
Regards,
Chris
You must log in to post.