Hi all - Is there a setting / workaround to hide the "bullet points" on blocks

Bellut points are nice but I don’t want to have a bullet point in front of every paragraph. Is there a setting that I am missing ?

much thanks

1 Like

You can use the command t d.

2 Likes

Thanks for the solution. It worked great for the logseq app interface (on Mac) , but when I export the graph to publish on web, the bullet marks are still carried on … Is there a way to totally remove bullets ?

Maybe you can select the element and change the default CSS rule in the corresponding file.

Thanks @Didac - I can handle css but I am pretty new to [[logseq]] , wondering if you could point me to the file and element name …

https://docs.logseq.com/#/page/publishing

style.css

.bullet-container .bullet {
 #background-color:var(--ls-block-bullet-color,#394b59);

Comment out that second line

1 Like

The logseq plugin logseq-plugin-doc can help with this.

1 Like

Will it retain the looks if I exported entire graph for web publishing ?

I think it would if you did the export one page at a time, but it doesn’t seem to have a convenient way to call it for exports of an entire graph.

https://docs.logseq.com/#/page/6387ea4d-366e-4208-bad9-a1e464ea9553

You can workaround this with this example custom.css

// This uses the logseq-dev-theme but the url can be changed to any theme's github url
@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/custom.css");

On the same lines , I figured that custom css from https://demo.diasporamemory.com/#/page/Diasporic%20Memory works well too .

1 Like

Hi all! I found this thread on Google while looking for something else, and wanted to chime in, as the author of the above link. :sweat_smile:

I created a separate export.css file to hide the bullets (and other gunk). export.css is great for styling that’s specific to your exported graph static site.

Here’s mine: https://github.com/Digitized-Diasporic-Memory/Memory-Graph/blob/main/static/css/export.css