T TBolley Active member Aug 11, 2013 #1 some Template edit avaible to change colour on hover forum & thread list ?
mistypants Well-known member Aug 11, 2013 #2 What do you want to change color exactly? The links or the entire row? Upvote 0 Downvote
T TBolley Active member Aug 11, 2013 #3 mistypants said: What do you want to change color exactly? The links or the entire row? Click to expand... the entire Upvote 0 Downvote
mistypants said: What do you want to change color exactly? The links or the entire row? Click to expand... the entire
P Paul B XenForo moderator Staff member Aug 11, 2013 #4 Add to EXTRA.css: Code: .discussionListItem:hover { background-color: red; } Edit the CSS to suit. Upvote 0 Downvote
T TBolley Active member Aug 12, 2013 #5 works great on thread list, what todo on forum list ? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 12, 2013 #6 Code: .nodeList .categoryForumNodeInfo:hover, .nodeList .forumNodeInfo:hover, .nodeList .pageNodeInfo:hover, .nodeList .linkNodeInfo:hover { background-color: red; } Upvote 0 Downvote
Code: .nodeList .categoryForumNodeInfo:hover, .nodeList .forumNodeInfo:hover, .nodeList .pageNodeInfo:hover, .nodeList .linkNodeInfo:hover { background-color: red; }
Hristo Avramov Active member Aug 27, 2013 #8 How can I make "replies" and "Latest topics" hover too? Upvote 0 Downvote