Hi, guys.
I need some help with CSS. I had a wiki (rel. 5.3.1) with a tiddler named SiteFooter which should act, as from its title, as the site footer, via $:/tags/BelowStory
tag. I set up custom CSS for the SiteFooter tiddler, by the use of custom CSS attribute [data-tiddler-title]
:
[data-tiddler-title="SiteFooter"] {
background-color: #000000;
color: #ffffff;
}
So far, so good. What I expected was to have custom CSS applied to the site footer, but it works only for the tiddler opened in the story river.
How can I make my custom CSS work while the SiteFooter tiddler is transcluded in the below-story area? Thanks in advance for your help,
)+(