Remove FAST AND INSTANT DOWNLOADING! problem

soliddrive.co

New Member
YetiShare User
YetiShare Supporter
Jul 9, 2018
12
2
3
soliddrive.co
Hello,

I am trying to remove this part (https://prnt.sc/ea84w0) from Flow Theme but it gives an error.

I have removed the following section but cannot. Other parts can be removed by deleting sections but this one cannot.

Somebody please advise me how can I remove this section?

Thanks

Code:
<section data-animation-delay="0" data-animation="fadeInUp" class="animated fadeInUp visible homepage-section-3 homepage-section" id="fast">
    <div class="container">
        <div class="row">
            <div class="text-center">
                <div class="animated heading-1" data-animation="fadeInUp" data-animation-delay="0">Fast and instant downloading!</div>
                <div class="animated description-1" data-animation="fadeInUp" data-animation-delay="200">Our premium members benefit from no waiting time and direct downloads for all of their files. Unlike other file hosts we don't limit the transfer speed of our downloads.</div>               
                <div class="col-md-2"></div>
                <div class="col-md-4 text-center">
                    <div class="animated" data-animation="bounceIn" data-animation-delay="300">
                        <p>Slow...</p>
                        <canvas width=270 height=165 id="canvas-slow"></canvas>
                    </div>
                </div>
                <div class="col-md-4 text-center">
                    <div class="animated" data-animation="bounceIn" data-animation-delay="300">
                        <strong><p>Super Fast!</p></strong>
                        <canvas width=270 height=165 id="canvas-fast" ></canvas>
                    </div>
                </div> 
                <div class="col-md-2"></div>
            </div>
            <div class="col-md-12 text-center homepage-next-section">
                <a href="#safe" class="smooth-anchor-link"><i class="fa fa-chevron-circle-down"></i></a>
            </div>
        </div>
    </div>
</section>