Phil_TubeBuddy Member Aug 21, 2019 #1 We use prefixes on our forums, and we like them a lot! One place we don't want them is on our latest post widget? How would we remove them from here:
We use prefixes on our forums, and we like them a lot! One place we don't want them is on our latest post widget? How would we remove them from here:
hemant_bhardwaj Well-known member Aug 21, 2019 #2 try this in extra.less Less: .block[data-widget-key="forum_overview_new_posts"]{ .label , .label-append { display:none; } } Upvote 0 Downvote
try this in extra.less Less: .block[data-widget-key="forum_overview_new_posts"]{ .label , .label-append { display:none; } }
Phil_TubeBuddy Member Aug 21, 2019 #3 It worked perfectly! Thank you @hemant_bhardwaj Upvote 0 Downvote
hemant_bhardwaj Well-known member Aug 21, 2019 #4 Phil_TubeBuddy said: It worked perfectly! Thank you @hemant_bhardwaj Click to expand... Welcome Upvote 0 Downvote
Car_Freak Member Nov 4, 2022 #5 Hi. What code needs to be edited to remove “Prefix” from appearing in “New Posts” list view? Upvote 0 Downvote