Hide / remove the bake button

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.

3 Likes

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?

1 Like

I have refreshed many times, only with a Windows restart worked :thinking:

It’s the browser cache, I think that in most browsers you can hold Shift and click the refresh button to force it.