systemini
Hi
add this code at the end of template.css file in css folder
#toolbar .toolbar-inner {
display: none;
}
or open index.php file in the template and remove below code
<li id="toolbar-basegrid">
<dl>
<dt>Grid</dt>
<dd id="toolbar-basegrid-s" class="first"><span>S</span></dd>
<dd id="toolbar-basegrid-m"><span>M</span></dd>
<dd id="toolbar-basegrid-l"><span>L</span></dd>
<dd id="toolbar-basegrid-xl" class="last"><span>XL</span></dd>
</dl>
</li>