M mtumbad Registered May 29, 2022 Thread starter #1 Hello! i want to change thread list background color without changing block body bg color help me please
Hello! i want to change thread list background color without changing block body bg color help me please
XenForo Administrative May 30, 2022 Admin #2 try extra.less CSS: .structItem--thread:nth-child(even) {background-color:#add8e6!important} .structItem--thread:nth-child(odd) {background-color: #ffffe0!important} For forum list this should work CSS: .node:nth-child(even) {background-color: #add8e6!important} .node:nth-child(odd) {background-color: #ffffe0!important} Upvote 0 Downvote
try extra.less CSS: .structItem--thread:nth-child(even) {background-color:#add8e6!important} .structItem--thread:nth-child(odd) {background-color: #ffffe0!important} For forum list this should work CSS: .node:nth-child(even) {background-color: #add8e6!important} .node:nth-child(odd) {background-color: #ffffe0!important}