My navbar div is defined as follows:
<div data-role="navbar" data-iconpos="top">
So all the navbar items have the icon on top and text below.
It's not really critical, but I was trying to override just one of the navbar items to just show the icon as follows:
<a href="theAction" data-icon="alert" data-iconpos="notext">Alert</a>
However, even if I do this the navbar item appears with the text "Alert" below the item.
Is it not possible to override the surrounding navbar's data-iconpos="top" behavior?
As I said, this is not critical. For now I'll just leave it in there. But was wondering if it was possible.
I'd also like to override the theme just for that one navbar item so it stands out more.
Thanks,
doug