Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: Editing HTML Elements
Hi again :) this site is so awesome btw how to remove this video box on the top in videobox blogger template??
Problem Screenshot:
http://s22.postimg.org/w4sz65235/5555.png
Remove following..
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<section id='slider-wrapper'>
<div id='faded'>
<ul class='slides'>
<li class='item'>
<p><iframe frameborder='0' height='315' src='http://www.youtube.com/embed/Ok2VamxrYAY' width='560'/></p>
</li>
<li class='item'>
<p><iframe frameborder='0' height='315' src='http://www.youtube.com/embed/JitvT29fybE' width='560'/></p>
</li>
<li class='item'>
<p><iframe frameborder='0' height='315' src='http://www.youtube.com/embed/I7twdJFviRs' width='560'/></p>
</li>
<li class='item'>
<p><iframe frameborder='0' height='315' src='http://www.youtube.com/embed/3ftOEHhFFNU' width='560'/></p>
</li>
</ul>
<ul class='thumbs pagination'>
<li>
<span class='youtube-temp'/>
<span class='hover-bg'/>
<a class='title' href='#' rel='0'>Lorem ipsum dolor sit amet</a>
<a class='link' href='#'/>
</li>
<li>
<span class='youtube-temp'/>
<span class='hover-bg'/>
<a class='title' href='#' rel='1'>Fusce et lectus nec neque feugiat</a>
<a class='link' href='#'/>
</li>
<li>
<span class='youtube-temp'/>
<span class='hover-bg'/>
<a class='title' href='#' rel='2'>Vivamus et velit at sem ultrices</a>
<a class='link' href='#'/>
</li>
<li>
<span class='youtube-temp'/>
<span class='hover-bg'/>
<a class='title' href='#' rel='3'>Phasellus suscipit felis ut nibh</a>
<a class='link' href='#'/>
</li>
</ul>
</div>
</section>
</b:if>
Thank you! :D Now video box is gone.