I'm using Node Gallery 6.x-3.x-dev and drupal 6-22. On the galleries list page ../galleries my galleries are listed as I might expect them, however the pics have their titles listed above them and when a user clicks them it has the title embedded above the pic.

I've read where one might disable this using local.css and

.gallery-cover-list .title{
  display: none;
}

However thats been unsuccessful for me. I'm using the acquia-marina theme 6.x-2.0. Examples of the sections I'd like to edit attached. Each screenshot shows the pic w/ the title above it. I want to remove the title from any and all views.

Thanks
WR

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

awreneau’s picture

Status: Active » Closed (works as designed)

Found a solution while googling. I was able to exclude from display the node title in the view. For the less inclined, such as myself, I've detailed what I did to make this work.

Edit view node_gallery_gallery_image_views
In the fields section, click Node:Title.
Select the first check box, "Exclude from display".
Click update default display.
Click save.

VIOLA!

BTW, thanks for an awesome module!

awreneau’s picture

I also found another module named Exclude Node Title that will do this for you as well. You can also administratively exclude the title from a content type. This was a huge time saver for me.