Patronus New member Apr 28, 2025 #1 Please help me. how can i remove thread creation date in tag search results? I tried to edit the thread_list_macros template but it didn't help
Please help me. how can i remove thread creation date in tag search results? I tried to edit the thread_list_macros template but it didn't help
P PhineasD Well-known member Apr 28, 2025 #2 CSS: [data-template="tag_view"] {.listInline>li:nth-child(3) {display: none;}} Upvote 0 Downvote
Patronus New member Apr 28, 2025 #3 PhineasD said: CSS: [data-template="tag_view"] {.listInline>li:nth-child(3) {display: none;}} Click to expand... it worked! thank you so much Upvote 0 Downvote
PhineasD said: CSS: [data-template="tag_view"] {.listInline>li:nth-child(3) {display: none;}} Click to expand... it worked! thank you so much