Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1030866

    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

    #1030957

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.