This problem has been troubled for a long time, thank you very much to solve it!😊
How to remove `Mark unread`?
-
How to remove
Mark unread
,Not watching
,Sort by
button? -
Well, there are three ways really:
- use custom CSS and set them to
display:none;
- but I wouldn't recommend it since it's more like sweeping them under the rug than actually removing them - use customize plugin to edit
topic.tpl
and if you want to remove it from there too,category.tpl
- probably the best option for you - create a custom theme and just don't include them there - unnecessarily complicated if you don't want to change other things too.
- use custom CSS and set them to
-
Thank you. Looks the first one is the simplest...