hi, many compliments for this simple, plain, fully integrated module. I'm using deco theme, and I would like to delete the top-box (pls see attacched image). I'm also a drupal newbie, so I really don't know where to find this solution.

CommentFileSizeAuthor
chat.png28.48 KBAnonymous (not verified)

Comments

Sled’s picture

I don't know if it's the correct way, but i was able to remove it.
Here's how :

Open the css folder from tribune module then open the file "tribune.page.css"
look at the third line which is called : ".tribune-top-message" there are 3 values inside. Remove all of them, so this line will be just :

.tribune-top-message {
}

that's it.
Save, upload and overwrite.

SeeSchloss’s picture

Assigned: Unassigned » SeeSchloss
Status: Active » Fixed

This means the "tribune message" field in your tribune configuration is not empty. Maybe it just contains spaces, or newlines, or something.

Anyway, the dev version "fixes" that, the frame won't appear even in this case.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.