'Change fw-row heading image in Wordpress

I can't change the heading image on a WordPress page. I tried using Elementor and the WordPress code editor, but it doesn't work. I can't figure out where to set the image from. This is what I see from the WordPress code editor.

<section class="fw-main-row ">
  <div class="fw-container">
    <div class="fw-row">
      <div class="fw-col-xs-12">
        <div class="fw-heading fw-heading-h2 ">
          <h2 class="fw-special-title">¿Qué es la lombricultura?</h2>
        </div>
      </div>
    </div>
  </div>

how the image that I want to change looks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source