Removing the "topic icons" div

Started by Mexer, December 27, 2014, 10:30:14 PM

Previous topic - Next topic

Mexer

I'm trying to remove this divider from the website:
<div id="topic_icons" class="tborder">
(found with firebug)

It's basically this:

I was able to remove the info center, but this one is a tough one.

Antechinus


Mexer

#2
Quote from: Antechinus on December 27, 2014, 10:40:41 PM
#topic_icons {display: none;}

Thank you! Worked! :)

I'm left off with a bar containing the "Jump to:  [           ]". Any idea how to remove that too?

Antechinus

#topic_icons, #message_index_jump_to {display: none;}

Mexer


Advertisement: