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
Seems the theme merged it wrong here:
./wp-content/uploads/dynamic_avia/avia-merged-styles-afcac736d973652c8e45520660516406.css
Just did a manual overwrite now via FTP, works again.
Still weird. Wondering if I am the only one who has that issue.
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
Please close this thread Victoria.
Could you please check my other open thread or somebody else from the team? That would be awesome.