tekboi Active member Jul 29, 2014 #1 If I wanted to change the color of a specific forum icon color, how color and not affect the rest, how could I go about doing this?
If I wanted to change the color of a specific forum icon color, how color and not affect the rest, how could I go about doing this?
P Paul B XenForo moderator Staff member Jul 29, 2014 #2 There is a guide here: http://xenforo.com/community/threads/rc-1-custom-node-status-icons-read-unread.10886/ Upvote 0 Downvote
There is a guide here: http://xenforo.com/community/threads/rc-1-custom-node-status-icons-read-unread.10886/
tekboi Active member Jul 30, 2014 #3 Okay, thanks! I have another question. I'm trying to change the color of some sub-nodes also. But the code I have now only seems to work with sub-nodes, just nodes on top level. this is what i have Code: .node .node_43 .unread .nodeText .nodeTitle a { color: #4DEB17 !important; } Is there another class I need to add for sub-forums node text and icons? Upvote 0 Downvote
Okay, thanks! I have another question. I'm trying to change the color of some sub-nodes also. But the code I have now only seems to work with sub-nodes, just nodes on top level. this is what i have Code: .node .node_43 .unread .nodeText .nodeTitle a { color: #4DEB17 !important; } Is there another class I need to add for sub-forums node text and icons?
tekboi Active member Aug 6, 2014 #4 I still haven't been able to figure out how to get this to work for sub-nodes. Upvote 0 Downvote
Russ Well-known member Aug 6, 2014 #5 tekboi said: I still haven't been able to figure out how to get this to work for sub-nodes. Click to expand... Are you able to link to your forum and exactly what you want to change? Upvote 0 Downvote
tekboi said: I still haven't been able to figure out how to get this to work for sub-nodes. Click to expand... Are you able to link to your forum and exactly what you want to change?
tekboi Active member Aug 7, 2014 #6 http://www.vicegamers.com/forums/forums/gta/ And I want to change the node icon and text for: 'Xbox Family' 'Playstation Family' 'PC Family' Upvote 0 Downvote
http://www.vicegamers.com/forums/forums/gta/ And I want to change the node icon and text for: 'Xbox Family' 'Playstation Family' 'PC Family'
tekboi Active member Aug 8, 2014 #7 I tried adding the .level_2 class to my css, it still didn't work Code: .node .node_44 .unread .level_2 .nodeText .nodeTitle a { color: #53a4ff !important; } Upvote 0 Downvote
I tried adding the .level_2 class to my css, it still didn't work Code: .node .node_44 .unread .level_2 .nodeText .nodeTitle a { color: #53a4ff !important; }
Russ Well-known member Aug 8, 2014 #8 tekboi said: I tried adding the .level_2 class to my css, it still didn't work Code: .node .node_44 .unread .level_2 .nodeText .nodeTitle a { color: #53a4ff !important; } Click to expand... How about just... .node_43 .nodeTitle { color: #33ff7b !important; } Upvote 0 Downvote
tekboi said: I tried adding the .level_2 class to my css, it still didn't work Code: .node .node_44 .unread .level_2 .nodeText .nodeTitle a { color: #53a4ff !important; } Click to expand... How about just... .node_43 .nodeTitle { color: #33ff7b !important; }
tekboi Active member Aug 9, 2014 #9 Russ said: How about just... .node_43 .nodeTitle { color: #33ff7b !important; } Click to expand... That changes the look overall, but I just need the unread color changed. Upvote 0 Downvote
Russ said: How about just... .node_43 .nodeTitle { color: #33ff7b !important; } Click to expand... That changes the look overall, but I just need the unread color changed.