There is a setting to remove the bake button?
Thanks
Marco
There is a setting to remove the bake button?
Thanks
Marco
There’s not a setting, but you can hide it with CSS:
.button-bar > button[title="Bake result"] {
display: none;
}
Use the SETTINGS page to configure customStyles
and put the above declaration in there.
I have configured in this way my SilverBullet, but… the bake button is still here.
What I’m doing wrong?
in SETTINGS:
In STYLES:
Thaks.
Marco
It works for me, did you force refresh the page so it loads the new css?
I have refreshed many times, only with a Windows restart worked
It’s the browser cache, I think that in most browsers you can hold Shift and click the refresh button to force it.