Header line in h1 or h2 disabling

Hello, in logseq when you make header h1 (#) or h2 (#) a line under the header appears, how to disable this ?

Try adding the following css rule in file custom.css:

.ls-block :is(h1,h2) {
  border: none
}
1 Like

Thank you :pray: for that :pray::pray::pray::pray::pray::pray::pray: