0

Code don't work

I wan't hidden the menu-icon-buttons, but the code don't work:

html(“
<style>
.hud-menu-button.menu-icon.menu-icon-trash{display: none;}
.hud-menu-button.menu-icon.menu-icon-duplicate{display: none;}
.hud-menu-button.menu-icon.menu-icon-print{display: ;}
.hud-menu-button.menu-icon.menu-icon-add{display: ;}
</style>
”)

and this neither

html(“
<style>
.hud-menu-button.i-32-24.i-light-grey.i-setting-print{display: none;}
.hud-menu-button.i-32-24.i-light-grey.i-setting-trash{display: none;}
.hud-menu-button.i-32-24.i-light-grey.i-setting-copy{display: none;}
.hud-menu-button.i-32-24.i-light-grey.i-setting-add{display: none;}
</style>
”)

I need help. Thanks.

3 replies

null
    • Sean
    • 2 yrs ago
    • Reported - view

    It's the second group. If the quotes in your post are the same as in the formula you'll need to change them to this style of qoute - "

    • clonev
    • 2 yrs ago
    • Reported - view

    Fantastic Sean. Thanks for your quick reply and solution.

    • TESTXFREE
    • Bobo
    • 2 yrs ago
    • Reported - view

    Hi Clonev
    I would like to do the same thing for my APP ... but where did you put this code to be able to hide the icon-buttons?
    thanks

Content aside

  • 2 yrs agoLast active
  • 3Replies
  • 235Views