News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Yet another, quick question :D

Started by Joe_, May 13, 2011, 01:34:11 PM

Previous topic - Next topic

Joe_

Hi,  was editing my theme in index.css, and i was wondering what would i have to do to get rid of that dark blue space? here are the images so you can see what I'm talking about.

Oh and by the way, I'm using the latest version of SMF, and i'll also upload the index.css :)

Hope someone can help me :D

Joe_


Baby Daisy

あなたは私のお尻にキスするとき、私はそれを愛する

Sir Osis of Liver


Should be able to edit that out in BoardIndex.template.php.  Which version are you running?

Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Joe_


NanoSector

But the latest of the 1.1.x branch or the 2.0 RCx branch?

You can find it in the footer.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

MrGrumpy

if you mean you want to remove that whole strip with the text/titles completely then remove this from BoardIndex.template.php - you should also have to remove it from MessageIndex.template.php as it will more than likely of been placed on childboards too.


<tr class="sub_cat">
  <td class="icon first">Status</td>
   <td class="center">Board</td>
   <td class="center stats">&nbsp;</td>
   <td class="lastpost_sub">Last post</td>
  </tr>
the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

Baby Daisy

Could also cheat in CSS and add something like;

.sub_cat
{
    block: hidden;
}
あなたは私のお尻にキスするとき、私はそれを愛する

Joe_

#8
Quote from: MrGrumpy on May 13, 2011, 04:33:26 PM
if you mean you want to remove that whole strip with the text/titles completely then remove this from BoardIndex.template.php - you should also have to remove it from MessageIndex.template.php as it will more than likely of been placed on childboards too.


<tr class="sub_cat">
  <td class="icon first">Status</td>
   <td class="center">Board</td>
   <td class="center stats">&nbsp;</td>
   <td class="lastpost_sub">Last post</td>
  </tr>

Thanks!!  ;D

MrGrumpy

your welcome, you should also remove the css for that class from index.css as its extra code that isn't needed and it was custom code so it won't affect anything else
the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

Advertisement: