If you are talking about the one on forum home, you can do this.
1) Add a new template to the mobile style called
additional.css and insert this code in that template:
Code:
.ui-btn-icon-right .ui-icon
{
display:none;
}
Then click
Save.
2) Open the template,
headinclude for the mobile style and find this bit of code:
Code:
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile main-rollup.css}
{vb:raw template_hook.custom_css_links}
<vb:else />
{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
</vb:if>
Add this below it:
Code:
{vb:cssfile additional.css}
That will now remove the gray arrow from forum home.