Thank you for that. I’ve been trying to find a way to change the overall font colour for the website.
In the style.css file I found the following:
/
body,
button,
input,
select,
textarea {
color: #333;
font-family: “Helvetica Neue”, “Helvetica Neue”, Helvetica, Arial, “Lucida Grande”, sans-serif;
font-size: 13px;
line-height: 1.5;
word-wrap: break-word;
}
/
Can I edit this in the custom CSS stylesheet? I’ve tried but it doesn’t seem to be working for me.