stephenou / fruitionsite

Build your website with Notion for free
https://fruitionsite.com
MIT License
1.59k stars 218 forks source link

how to remove notion default sitemap? #68

Open jeonghl85 opened 3 years ago

jeonghl85 commented 3 years ago

hello~ I'm use use for https://fruitionsite.com/ is well. my website is customed as is wish. but i have a problem in case...

how to remove notion default sitemap upper left-hand corner in screen. I'll wait for a helpful reply. have a nice day~ guys~^^*

image

amblerkr commented 3 years ago

div.notion-topbar > div > div:nth-child(1) { display: none !important; } div.notion-topbar-mobile > div:nth-child(1) { display: none !important; }

Please add https://github.com/stephenou/fruitionsite/blob/master/worker.js#L191

jeonghl85 commented 3 years ago

div.notion-topbar > div > div:nth-child(1) { display: none !important; } div.notion-topbar-mobile > div:nth-child(1) { display: none !important; }

Please add https://github.com/stephenou/fruitionsite/blob/master/worker.js#L191

안녕하세요. 많은 도움이 되었습니다. 감사합니다.

염치불구 하고 한가지 더 여쭤보도 될가요 ? 노션 상단의 툴바 부분을 다 감추기를 했는데 캡쳐와 같이 공객라인?이 생기네요... 이 라인 통채로 지울 방법이 없을가요? 감사합니다. 즐거운 하루되세요.

image

amblerkr commented 3 years ago

div.notion-cursor-listener > div > div:nth-child(1) { display: none !important; }

Please Add.