News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Hide new post column

Started by nfmovil, January 01, 2016, 10:46:47 PM

Previous topic - Next topic

nfmovil

Hi, how can i remove this? Red in image.


br360

In your index.css find-

table.table_list tbody.content td.icon
{
   text-align: center;
   width: 6%;
}


Replace with-

table.table_list tbody.content td.icon
{
   text-align: center;
   width: 6%;
   display: none;
}

nfmovil

is not working.
another option is link to the same link of text.

index.php?action=unread;board=2.0;children

Replace wih

index.php?board=2.0

Image and text same link.

nfmovil

find : <a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?action=unread;board=' . $board['id'] . '.0;children'), '">';



replace: <a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?board=' . $board['id'] . '.0'), '">';


br360

Did you do a hard refresh after you added the "display: none;" as I tested it and it worked fine.

Either way, glad you got it figured out.

Advertisement: