[
attachment=42712]I want remove tcat and move Threads and Posts to the actual thead like on this theme from another forum software.
Help will be much appreciated, I am using MyBB default theme.
Image attached.
[
attachment=42712]
one method is to add
thead {display: none;}
or .thead {display: none;}
as
style rule for
index template
after {$headerinclude} you can add
<style type="text/css">
.thead {display: none;}
</style>
similarly you may like to add
.tcat {display: none;}
before
</style>
[
MyBB Templates System]
(2020-04-01, 09:18 AM).m. Wrote: [ -> ]one method is to add thead {display: none;}
or .thead {display: none;}
as style rule for index template
after {$headerinclude} you can add
<style type="text/css">
.thead {display: none;}
</style>
similarly you may like to add .tcat {display: none;}
before </style>
[MyBB Templates System]
by doing this result is
![[Image: mEM1onK.png]](https://camo.mybb.com/4b698837528313cb792ca29f810ed66f121d807c/68747470733a2f2f692e696d6775722e636f6d2f6d454d316f6e4b2e706e67)
but above mention picture is saying that instead of hidding .thead can we move "Threads" ," post" and "last post" templates to .thead and then will hide .tcat
BR
Mujeeb
^ sorry, unable to understand the purpose of
moving content to thead
hiding .thead
&
.tcat
for the
index should serve the purpose [
image]
if the purpose is to add
mobile compatibility for the
index then
its approach is different.