I want to set image on navbar.I don't want any icon.
I want to put my own image how to add on that??
I want to set image on navbar.I don't want any icon.
I want to put my own image how to add on that??
Hello,
Please look at this link:
https://getsatisfaction.com/apperyio/...
I tried this but not working.
I found another way to add icon on navbar.
I follow this url and download file .
http://getbootstrap.com/getting-start...
From this url there are a folder with so many files in js folder and css folder.
how to use in appery for navbar custom icon.
Is there any another way to put my own icon???
Hi Pritu,
Here is a possible solution:pre[name=mobilenavbaritem]:after{
background-image: url(http://example.com/icon.png);
}/preWhere 'mobilenavbaritem' is a navbaritem name
Hi Pritu,
Please make sure the file path is correct.
Do you want to add an icon to a button or to use an image as a button background?
I want to change icon not background of navbaritem.
Pritu,
Take a look at here please:
http://docs.appery.io/tutorials/custo...
Thank you Katya,
It's working... only I forgot to add ui-icon in that css code.