@phenomlab said in topic specific widget:
@crazycells it potentially possible using CSS, but would mean hiding the other elements in the widget, and would be hard coded meaning if the list changes, the associated elements are likely to as well.
And all of this depends on there being unique IDs for each element you want to hide.
I would like to add a count down widget with HTML. But I want to show this count down only when a related topic is opened...
So you mean, I should give this element a custom class like "showinTopicX" and block this class in CSS (with display:none;
I guess?).
Then, what id or class should I use in CSS to give topic specificity?