I have managed to change the font size in title containers using this code in Custom.css:
.title_container h1{
font-size: 36px;
color: #ffffff;
}
As you can see, I am also trying to change the color to white, but with no luck. I fail to see the logic why this does not change the font color. Can anybody tell me why I am not changing it?














