We are using the 1-4-1 Flashback Skin.
If you have a look at our web site at billyukcmap.co.uk , You will see that most of our customise background images have loaded fine into our website but we seem to only have a problem loading a customise background image into that header section at the top of the site where you see the logo to the left and a banner to the right.
Below is the code in the Header CSS File that we are trying to edit:
/* @title Header */
/* @help This is the main header section for the site */
#header {
max-width:1140px;
max-height:118px;
background: #0076A4; /* @ignore */
background: -moz-linear-gradient(#108EB2, #0076A4); /* @ignore */
background-image: -webkit-gradient(linear, left top, left bottom, from(#108EB2), to(#0076A4)); /* @ignore */
background: -webkit-linear-gradient(#108EB2, #0076A4); /* @ignore */
background: -o-linear-gradient(#108EB2, #0076A4); /* @ignore */
background: -ms-linear-gradient(#108EB2, #0076A4); /* @ignore */
background: linear-gradient(#108EB2, #0076A4); /* @ignore */
padding:10px;
margin:0 auto;
box-shadow: 0 0 4px #000 inset;
Below is the code to what we are trying edit and input into the Header CSS File section using the background image code
background-image: url('{$jrFlashback_img_url}/bukcmap_header_bg_150x150_Png_50.png');
url('{$jrFlashback_img_url}/bukcmap_header_bg_150x150_Png_50.png');
We've put the background image code into various sections of this area but still the customise background Image will not load into the header section and every time we have tried which is about six times now, We have afterwards done the Reset Cache/Reset Image Cache and done the Integrity Check but still it will not load the customised background image into the header section.
It has now got to the stage where it's got very frustrating doing this and we have decided to come on here to see if somebody can resolve the issue for us as we have just about given up on it.
Thank You.
updated by @supportteambillyukco: 06/02/16 02:25:00PM