Custom CSS for tiddler

57 views
Skip to first unread message

MagoArcade

unread,
Jul 27, 2019, 10:59:48 AM7/27/19
to TiddlyWiki
Hi,

I've perused the documentation here but can't understand/implement it

I'm basically trying to hide the tags at the top of a specific tiddler. The way I was trying to do this was via implementing a custom css for the tags container thus:

.tc-tags-wrapper {
  visibility
: hidden;
}

This works if I do this via inspect. However, How do I implement his css change in the tiddler itself. I'd rather do that in the tiddler rather than via editing any global style sheets etc. 

thanks


Aidan Grey

unread,
Jul 27, 2019, 12:05:43 PM7/27/19
to TiddlyWiki
if you want the tag space, just nothing there, on the specific tiddler, add:

<style> .tc-tags-wrapper {  visibility: hidden;} </style>

If you want that space to be gone:

<style> .tc-tags-wrapper {  display: none;} </style>  


--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a1a082cf-0dfd-468a-8cb1-15642fba0f8c%40googlegroups.com.

MagoArcade

unread,
Jul 27, 2019, 12:28:01 PM7/27/19
to TiddlyWiki
Awesome - thank you very much. 
Reply all
Reply to author
Forward
0 new messages