Hi webtune,
It is the image
toolbar.png in "your_site/templates/sj_worldnews/images".
You can change or remove it by opening the template.css in "your_site/templates/sj_worldnews/css", finding:
div.menu-fixed .yt-main-in1:after {
background: url("../images/toolbar.png") no-repeat scroll 0 0 transparent;
bottom: -45px;
content: "";
height: 36px;
left: -140px;
position: absolute;
width: 115px;
z-index: 9;
}
change to:
div.menu-fixed .yt-main-in1:after {
bottom: -45px;
content: "";
height: 36px;
left: -140px;
position: absolute;
width: 115px;
z-index: 9;
}
Thanks