Home › Forums › Theme support › Campfire – Menu Size & Breadcrumbs › Reply To: Campfire – Menu Size & Breadcrumbs
1. You can remove it with CSS code:
#header ul.sub-menu > li:before {
display:none !important;
}
2. You are right, sorry, we don’t saw this before, we will fix this with the next update. In the meantime you can move it more to the top with this CSS code:
header ul.sub-menu li.has-submenu:after {
top:0 !important;
}