Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1088795

    Hi guys

    I just discovered a really weird CSS error and I have no idea why that happened. The background image is not displayed anymore.

    My CSS is:

    .footer_color {
        background: #ffffff url(https://test.com/wp-content/uploads/2018/12/Logo.svg) center center no-repeat scroll;
    }

    But for some reason the image URL is altered if I check the path with the inspection tool and looks like this:

    .footer_color {
        background: #ffffff url(https://test.com/test.com/wp-content/uploads/2018/12/Logo.svg) center center no-repeat scroll;
    }

    Any ideas why that is the case and how I can fix this?

    Thank you very much
    Michael

    #1088805

    Seems the theme merged it wrong here:
    ./wp-content/uploads/dynamic_avia/avia-merged-styles-afcac736d973652c8e45520660516406.css

    #1088809

    Just did a manual overwrite now via FTP, works again.
    Still weird. Wondering if I am the only one who has that issue.

    #1088868

    Hi michaelH,

    Glad you got it working for you! :)

    Merging does get glitches sometimes.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1088870

    Please close this thread Victoria.
    Could you please check my other open thread or somebody else from the team? That would be awesome.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘CSS overwritten for background image’ is closed to new replies.