I did attempt to remove the section with the following code .content { display: none; } but the slider Navigation dots at the bottom look terrible afterwards, from the <div class="content"> <h1>Blah blah blah</h1> </div> Editing the code live on Google chrome (using F12) if I remove the text within <h1> </h1> it looks better. I did use the theme options > Main Feature Heading to insert one space character into the field which did in fact remove the text below the slider, but the gap now is a white strip, the actual section I do wish to take out. I would like the 4 widget sections just above the footer to be as high up as possible on the page but without interfering with the slider or slider navigator. one other part I would like to try to remove with css custom styling the other option for me is to try to acquire the css custom styling code for removing this section>>> <ul class="pagination"><li class="current"><a href="#0">1</a></li><li class=""><a href="#1">2</a></li><li class=""><a href="#2">3</a></li><li class=""><a href="#3">4</a></li><li class=""><a href="#4">5</a></li></ul> the pagination part then I can remove the "content" and the "pagination" part it would clear the section to make the homepage smaller which is my aim. TIA
It's okay I managed to work it out........ The code I used if any other forum members need........ .pagination { display: none; } .content { display: none; }