Alchymyth, do you know how I can change the page titles (welkom, anntertainment, etc.) from black to white?
I thought it would be this:
`.page-title {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin: 0 0 36px 0;
}
.page-title span {
color: #FFF;
font-size: 16px;
font-style: italic;
font-weight: normal;
But apparently it’s not…