xavibosch Member Mar 27, 2020 #1 Hello, is there any way to hide the dates of the threads inside the nodes? I attach an image where in yellow I show what I want to hide. Thank you! Attachments Captura.webp 14.9 KB · Views: 29
Hello, is there any way to hide the dates of the threads inside the nodes? I attach an image where in yellow I show what I want to hide. Thank you!
l3ta Well-known member Mar 28, 2020 #2 Put the code below in your extra.less template: Code: .structItem-parts > li:nth-child(2n) {display: none;} Upvote 0 Downvote
Put the code below in your extra.less template: Code: .structItem-parts > li:nth-child(2n) {display: none;}