Shelf and Bookstack Symbols #1404

Closed
opened 2026-02-05 00:48:25 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Phreeak on GitHub (Oct 12, 2019).

Hi,
is there an option to hide the symbols laying over the pictures?

2019-10-12 12

Thanks

Originally created by @Phreeak on GitHub (Oct 12, 2019). Hi, is there an option to hide the symbols laying over the pictures? ![2019-10-12 12](https://user-images.githubusercontent.com/21967882/66700427-49719f00-ecf0-11e9-95eb-0e57e61d329b.png) Thanks
Author
Owner

@ssddanbrown commented on GitHub (Oct 12, 2019):

Hi @Phreeak,
There's no official setting to manage just that icon but you can add the following to the "Custom HTML head" setting to hide these icons:

<style>
	.entity-list-item-image svg {
		display: none;
	}
</style>
@ssddanbrown commented on GitHub (Oct 12, 2019): Hi @Phreeak, There's no official setting to manage just that icon but you can add the following to the "Custom HTML head" setting to hide these icons: ```html <style> .entity-list-item-image svg { display: none; } </style> ```
Author
Owner

@Phreeak commented on GitHub (Oct 12, 2019):

Perfect, Thanks!

@Phreeak commented on GitHub (Oct 12, 2019): Perfect, Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1404