inherit
219538
0
May 16, 2023 10:23:34 GMT -8
Midgardo
149
March 2015
midgardo
|
Post by Midgardo on Jun 2, 2017 6:48:53 GMT -8
Hi, is there a way to hide Insert Smiley button for only one board?
Thanks.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 2, 2017 7:37:12 GMT -8
<style>
.button-insertSmiley {
display: none !important; }
</style>
Go to your Headers & Footers, and add the code to the board header for whatever boards you want to hide it on.
|
|
inherit
219538
0
May 16, 2023 10:23:34 GMT -8
Midgardo
149
March 2015
midgardo
|
Post by Midgardo on Jun 2, 2017 8:16:58 GMT -8
Great! Thanks a lot!
|
|