Not sure where section image is pulling from

@ISparks099

Take a backup of your store before implementing the solution below.

  1. Go into Online Store> Themes> Actions> Select “Edit Code”

  2. Go to the Assets directory.

  3. Click on theme.scss.css file.

  4. In this file search for .bg-red-texture

  5. Remove or replace the URL in green

.bg-red-texture {> background: url(//cdn.shopify.com/s/files/1/0059/1108/5146/files/bg-red-v2-m_2000x.jpg?v=6176182971407044052) no-repeat center center;> background-size: cover;> padding: 2rem 0 0;> color: #fff; }> @media only screen and (min-width: 769px) {> .bg-red-texture {> background: url(//cdn.shopify.com/s/files/1/0059/1108/5146/files/bg-red-v2_2000x.jpg?v=4051203489594765595) no-repeat center center;> padding: 4rem 0 1rem; } }

If you feel uncomfortable with editing the code by yourself, I can help but will need access to the store.

Regards,

Sarvanshu