Posted - 04/16/2022 : 09:12:50
Yes you can. In the template index page, or wherever you may have also placed the slider, you can either completely remove the div as highlighted in bold below or, if you think you may use the feature later, just comment them out as in my example below as highlighted in red.
<div class="mainWrapper"> <div class="headerWrapper"> <div class="container"> <div class="bannerWrapper"> <div class="banner"> <div class="flexslider"> <ul class="slides"> <li> <img src="images/banner1.jpg" width="1280" height="564" alt=""/> <!--<div class="banner_text_wrap"> <h2>ect <span>natura</span></h2> <p>This layout is responsive, CSS based and can be edited with the editor of your choice. The design is set up to adapt to screen size and is optimized for desktops, tablets and smartphones. You can try it yourself by dragging the corner of your browser to reduce the display size.</p> </div>-->
----------------------------------- Steve Manchester UK
Make it as simple as possible, but not simpler.
Edited by - 1818charlie on 04/16/2022 09:13:58
|