XF 1.3 EXTRA.CSS - when this file is included?

Always, he has his coded specific to his sub-forums if you look at it:

body .subForumsPopup .blockLinksList .node_117 .nodeTitle a:before

If it's sub-forums you may need to just extend your CSS to those node_#'s too.
 
  • Like
Reactions: CNK
I noticed that in the subforum missing rules of EXTRA.css.

http://gsmx.co/forum/android.418/
zXGUXvv.png


http://www.gamingmasters.org/forums/other-games-and-mmorpgs.98/
AV9P5lH.png
 
Yes, I have rules for those nodes (the same as for id 418 - Android icon):
tb7S9RB.jpg


Those aren't carrying down to the sub-nodes in the forum view, this is one work around:

Code:
.node418.node20 .nodeIcon {
background-position: -48px -144px !important;
}

Pasting that in extra.css will make it so all nodes while viewing Android forum will have that icon.

(I'm using the body classes to achieve it).
 
Last edited:
  • Like
Reactions: CNK
Top Bottom