Tagged: Header Background
Hi all,
I’ve uploaded a header background image to this site, but the changes aren’t taking effect: http://www.getdreamlook.com/
The header is showing up as just a white background, when it should tile this file horizontally: https://www.getdreamlook.com/wp-content/uploads/2013/12/dream-look-header-bg1.jpg
What can I do to fix this?
Thank you!
Dave
Hi atrixdave!
Thank you using Enfold.
It’s not using the correct background image. Please try to disable the cache plugin then upload the image again as header background.
Regards,
Ismael
Hi Ismael,
Its still not working. I have this file uploaded, but its still showing as a white background
https://www.getdreamlook.com/wp-content/uploads/dream-look-bg3.png
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main {
background-image: url(https://www.getdreamlook.com/wp-content/uploads/2013/12/dream-look-header-bg1.jpg);
background-repeat: repeat-x;
}
Cheers!
Yigit
Hmm still no luck…changed the image to the more recently updated one and put this in the QuickCSS:
div#header_main {background-image: url(https://www.getdreamlook.com/wp-content/uploads/dream-look-bg3.png); background-repeat: repeat-x;}
Hi!
That code should work:
div#header_main {background-image: url(https://www.getdreamlook.com/wp-content/uploads/dream-look-bg3.png); background-repeat: repeat-x;}
Try putting it at the beginning of Quick CSS.
Cheers!
Josue
No luck :( I’ve had a similar issue before and you guys had me delete the dynamic css file and it was auto created, then the problem went away. Could that help here?
Hey!
Perhaps the problem is that your CDN is fetching an old dynamic style without the new code:
http://drfl887i3kkdr.cloudfront.net/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Best regards,
Josue