Hello
I can see an image URL in the home page source code just before the <body> section. That image URL is incorrect and points to another site, so I need to fix it. I can’t find where to change it.
Can you please tell me how to change the image that shows here:
URL : https://www.DOMAIN.COM/wp-content/uploads/t123-bg-1.png?id=519
Note 1 – I cannot see it in the theme custom CSS, nor is it in the WP Bakery Visual Composer custom CSS or shortcode mapper.
Note 2 – this only appears in the home page source code.
SOURCE CODE:
.main-navigation .main-nav ul li a {
padding-left: 10px;
padding-right: 10px;
line-height: 60px;
} </style>
<style type=”text/css” data-type=”vc_shortcodes-custom-css”>.vc_custom_1634741427008{background: #333333 url(https://www.DOMAIN.COM/staging1/wp-content/uploads/123-bg-1.png?id=519) !important;}.vc_custom_1634747011426{background-color: #0a0a0a !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head>
Thanks for the help 🙂