Patronus New member Monday at 8:37 AM #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 Active member Monday at 8:50 AM #2 CSS: [data-template="tag_view"] {.listInline>li:nth-child(3) {display: none;}} Upvote 0 Downvote
Patronus New member Monday at 8:54 AM #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