Copy and paste the codes below, notice using the text mode
<div class="banner-scroll"><a href="#about-us"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>
<div class="banner-sns">
<ul class="">
<li><a href="#"><i class="fa fa-2 fa-facebook"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-skype"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-twitter"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-linkedin"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-google-plus"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-rss"> </i></a></li>
</div>
Thank you very much! One last issue, when i click the scroll button it doesn’t seem to do anything. Do i need any extra code for this? My website is releighrecordings.com.
Here is all the code that i now have for the section one content box:
<div class="banner-box">
<h1>Releigh Recordings</h1>
<div class="sub-title">High-quality Music & Audio Recording and Mixing Services to Local and Online clients</div>
<div class="banner-scroll"><a href="#about-us"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>
<div class="banner-sns">
<ul class="">
<li><a href="#"><i class="fa fa-2 fa-facebook"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-skype"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-twitter"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-linkedin"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-google-plus"> </i></a></li>
<li><a href="#"><i class="fa fa-2 fa-rss"> </i></a></li>
</div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Because you changed the default section, so you need change the the codes
<div class="banner-scroll"><a href="#about-us"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>
to
<div class="banner-scroll"><a href="#services"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt="" /></a></div>
More help could get from http://www.mageewp.com/forums/onetone/
thank you so much for your help