Hi, I’m trying to locate and remove a background image that is linked to the WordPress Media Library but uses an absolute link to the image on our previous Web host, so instead of
background-image:url(“https://rethinking65.com/wp-content/uploads/2021/01/bghd.jpg”) !important;
it’s still set to
background-image:url(“http://rethinking65.webpublisherpro.com/wp-content/uploads/2021/01/bghd.jpg”) !important;
and it’s a non-SSL link as well. I have been through the entire header template, but I cannot locate where this image is assigned, so that I cam remove it or replace it with an image from the Media Library at our current host. The page source shows this at line 2570:
<div class=”tdi_22_rand_style td-element-style” ><div class=”td-element-style-before”><style>
/* phone */
@media (max-width: 767px)
{
.tdi_22_rand_style > .td-element-style-before{
content:” !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url(“http://rethinking65.webpublisherpro.com/wp-content/uploads/2021/01/bghd.jpg”) !important;
opacity:0.2 !important;
background-size:cover !important;
background-position:center top !important;
}
}
</style></div><style>
and the page is here:
Thanks for any assistance you can provide in locating where this would be set.
Hello,
Please edit the page, select the viewport for phone and check the row for mobile header and mobile sticky header and remove it from the css tab -> https://www.screencast.com/t/p18oaR5eSC1
Thank you!
Thank you for your response. I went through every row, column and element in the header and the menu, and there are no background images placed anywhere in the CSS tab, regardless of the viewport I am set to. IS there any other place it could possibly be located in the settings?