X xelA Member Jan 2, 2015 #1 On the Node List (forum list), there is gradient for "Latest" block. Then there on the Thread List, there is gradient for "Replies." How do I go about removing those gradients via AdminCP, or if that doesn't work, via EXTRA.css? Thanks in advance.
On the Node List (forum list), there is gradient for "Latest" block. Then there on the Thread List, there is gradient for "Replies." How do I go about removing those gradients via AdminCP, or if that doesn't work, via EXTRA.css? Thanks in advance.
P Paul B XenForo moderator Staff member Jan 2, 2015 #2 Add to EXTRA.css: Code: .node .nodeLastPost { background-image: none !important; } .discussionListItem .posterAvatar, .discussionListItem .stats { background-image: none !important; } Upvote 0 Downvote
Add to EXTRA.css: Code: .node .nodeLastPost { background-image: none !important; } .discussionListItem .posterAvatar, .discussionListItem .stats { background-image: none !important; }