Hi Tuanphan, thanks for responding. I have given up with that idea and gone with something else - just a fixed background image - I am trying however to get my site header to stay transparent when I scroll down my site so that the text in the header is visible on all page sections. I have tried various codes that I have come across online but nothing seems to work for me. Do you have any ideas? thanks!
The latest one I tried was this, to no avail...
header.Header.Header--top {
position: fixed;
background-color: transparent !important;
}