Dear herlinda1,
Please try as following to get the issue fixed
Open the file of templates/ja_teline_iv/css/menu/mega.css,Look for this css
.ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title, .ja-megamenu ul.level1 li.active.haschild-over a.mega span.menu-title {
background-image: url(“../../images/arrow.png”);
}
And change it to
.ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title, .ja-megamenu ul.level1 li.active.haschild-over a.mega span.menu-title {
background: url(“../../images/arrow.png”) no-repeat scroll 3px center transparent;
padding-left: 12px;
}
I hope that would help !