I’ve read a few articles on CSS-Tricks about color overlays but they don’t seem to work for me. When I view the page in the inspector, the entire background line is marked out with a yellow exclamation mark.
<style>
.page-title { background: rgba(0,0,0,0.5), url('img/test.jpg') top center;
</style>