[TH] Forum Jump Menu [Deleted]

Add the following to your EXTRA.css file:
Code:
.forumJumpMenu .blockLinksList span.jumpCategoryTitle {
    font-weight: bold;
}
 
  • Like
Reactions: rdn
In that case, try:
Code:
.forumJumpMenu .blockLinksList li._depth0 {
    font-weight: bold;
}
 
What I did is, from line 215 of the xml:
Change to:
HTML:
.forumJumpMenu ._depth0 { padding-left: 0em; font-weight: bold; }
 
I also changed line 199 to:
max-width: 180px;
You are probably better off editing the appropriate templates in your style or adding to the EXTRA.css file, otherwise you will have to make these changes again and again every time I update the add-on.
 
  • Like
Reactions: rdn
One thing I've noticed is that a sub-forum will appear in the list even if the Display in Node List is de-selected - is this the expected behaviour for the addon?
 
Top Bottom