I can change button icon with adding the data-icon property.
But when I added the data-icon property to the navigation items.it doesnot work.(e.g. data-icon = user)
How to change the icon on a navigation bar?
It is different from button?
I can change button icon with adding the data-icon property.
But when I added the data-icon property to the navigation items.it doesnot work.(e.g. data-icon = user)
How to change the icon on a navigation bar?
It is different from button?
This doc should help:
http://docs.appery.io/tutorials/custo...
Thank you Igor.I got it.
Hello, I try to set the navigation bar icon like the tutorials.
But it just not work.
My css is:
[dsid=mobilenavbaritem_85] .ui-icon {
background:url("https://dl.dropboxusercontent.com/u/6...") !important;
background-size: 14px 14px;
}
I also tried:
[dsid=mobilenavbaritem_85] .ui-icon {
background:url("../image/icon-user-white.png");
background-size: 14px 14px;
}
Anyone can tell me what's wrong with it?
Hello!
Looks like you have 2.0 Libraries version. Instead pre[dsid=mobilenavbaritem_85] .ui-icon/pre try this selector pre[dsid=mobilenavbaritem_85]:after/pre
Hello Maryna, It works well. Thank you.