Hi,
after updating in some pages (for example in the home)
i have some white box, there should be a background image, in the page editor the background image is still there but not in the front page.
How can i fix that?
Thanks
Hey,
You seem to have HR tags on your page and there is custom CSS code which is not coming from the theme.
hr {
clear: both;
height: 0px;
border-style: solid;
border-color: rgb(221, 221, 221);
border-image: initial;
border-width: 1px 0px 0px;
margin: 10px 0px 0px;
}
You can try adding Whitespace element instead of HR tags and those lines should disappear
Best regards,
Yigit
Sorry I didn’t understand
Hi zerod10,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi,
Are we talking about borders below titles such as “ALTRE MACCHINE”? If so, please create temporary admin logins and post them here privately so we can delete custom CSS for you.
Best regards,
Yigit
Yes that line, and also in the pages: “assistenza” and “rete vendita” something goes wrong after the update, the background image are missing also there, there wasn’t white backgrounds.
Thanks
thanks
update?
Hi zerod10,
Best regards,
Victoria
we have update the PHP version, but the problem stil there
Hi,
It works when I use a different image. Did you translate the media files?
// https://wpml.org/documentation/getting-started-guide/media-translation/
Best regards,
Ismael