This is what we have in our custom CSS (Child-theme)
“background: #ffffff url(//heiraten-mit-stil.eu/wp-content/themes/enfold-child/back-deco.png) top center repeat-y scroll;”
This is what the outpout looks like (grabbed from firebug)
“.background: #ffffff url(‘https://www.heiraten-mit-stil.eu/wp-content/themes/enfold-child/heiraten-mit-stil.eu/wp-content/themes/enfold-child/back-deco.png’) top center repeat-y scroll;”
Its obvious that the path is wrong and thats why the graphic does not load
How come?
How to fix that?
PS; Even if we give an absolute path instead of of a relative the issue is still there
Hey heiratenmitstil,
Are both your image and css file located in the child theme root? If so try this:
background: #ffffff url(/back-deco.png) top center repeat-y scroll;
Best regards,
Jordan Shannon