delete all the icons

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
danielefeola
Veteran Member
Posts: 31
Joined: 2013-04-19 13:36

delete all the icons

Post by danielefeola » 2014-04-10 10:10

Hello to all,
you can delete all the icons?
I intend to display any icon.
thanks
greetings
Daniele

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: delete all the icons

Post by a.gneady » 2014-04-14 05:58

Hi Daniele,

Do you mean you don't want to display any icons on the buttons (for example the "Save new" button, .. etc)?
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

danielefeola
Veteran Member
Posts: 31
Joined: 2013-04-19 13:36

Re: delete all the icons

Post by danielefeola » 2014-04-17 08:46

I meant the icons of Tables.
Thanks

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: delete all the icons

Post by a.gneady » 2014-04-17 20:36

Please add this to the end of the generated "dynamic.css.php":

Code: Select all

.page-header img {
  display: none;
}
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

danielefeola
Veteran Member
Posts: 31
Joined: 2013-04-19 13:36

Re: delete all the icons

Post by danielefeola » 2014-04-22 12:17

ok thanks

Post Reply