Title: [Plugin: NextGEN Gallery] Remove Title
Last modified: August 19, 2016

---

# [Plugin: NextGEN Gallery] Remove Title

 *  [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/)
 * Hello,
 * I have an old version of WordPress and NextGenGallery 0.98.
 * Great program.
 * Does anyone know how to remove the Gallery Title from the Album view ?
 * I’ve been using a system on naming my Galleries. The titles don’t make much sense
   when displayed. I’m fine with just the displaying the number of photographs in
   the gallery.
 * I’d rather not remove the title from the Manage Galleries Page.
 * Is there any code or something I can comment out to achieve my goal ?
 * Thanx in advance.
 * al
 * [http://wordpress.org/extend/plugins/nextgen-gallery/](http://wordpress.org/extend/plugins/nextgen-gallery/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/page/2/?output_format=md)

 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971409)
 * I don’t know about version 0.98, but in recent you can use:
 *     ```
       .ngg-albumtitle {
       	display:none;
       }
       ```
   
 * in your stylesheet.
 * M
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971410)
 * rumlab,
 * I replaced the existing code with yours in nggallery.css, didn’t work. I appreciate
   your suggestion.
 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971414)
 * Ok, maybe I’m missing something. Please post a link to your site.
 * M
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971415)
 * rumlab,
 * Here’s a page with an album :
 * [http://www.doublesixx.com/gallery/om-2011/events-2011/](http://www.doublesixx.com/gallery/om-2011/events-2011/)
 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971432)
 * Ok, if you only want to remove the title and not the photo count, this should
   do it:
 *     ```
       .ngg-album-compact h4 {
       display:none;
       }
       ```
   
 * if you want to remove both use:
 *     ```
       .ngg-album-desc {
       display:none;
       }
       ```
   
 * Hope that works…
    M
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971445)
 * rumlab,
 * OMG thanx so much. Your code worked ! I’ve never played around with .css files
   before.
 * I applied your code for extended albums too ! =)
 * I have one more question.
 * HiJack my own thread I guess. Do you know how to put albums inside of albums ?
 * I thought I had read that was a possibility.
 * Hope you have a great weekend. You helped save me from deleting titles to over
   160 galleries =). Take care.
 * al
 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971448)
 * Thanks, you’re very welcome…
 * I haven’t really used albums much, so can’t help you there.
    Best,
 * M
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971510)
 * [@rumlab](https://wordpress.org/support/users/rumlab/),
 * One last question. I’ve tried on my own but I’m a n00b when it comes to altering.
   css files.
 * When I only have one gallery I use the extended album.
 * After making the following chnage :
 *     ```
       .ngg-albumtitle {
       // sixx--
       	//text-align: left;
        	//font-weight: bold;
       	//margin:0px;
       	//padding:0px;
       	//font-size: 1.4em;
       	//margin-bottom: 10px;
       	display:none;
       // --sixx
       }
       ```
   
 * I ended up with a space where the title use to be displayed.
 * How can I remove the space ?
 * Here’s the example :
 * [http://www.doublesixx.com/gallery/om-2007/events-2007/](http://www.doublesixx.com/gallery/om-2007/events-2007/)
 * Thanx again I appreciate all your help.
 * al
 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971564)
 * Hey Sixx. Did you get it sorted? I’m not sure I see the problem?
 * M
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971566)
 * rumlab,
 * No. If you look at the url I provided. You’ll notice there’s more of a space 
   above the picture than below. Seems like removing the title left a little space.
 * Not the end of the world, I just wanted it to look nice and neat.
 * You have no idea how much I’ve appreciated your help. Thank you. Hope I can return
   the favor one day.
 * al
 *  [franos](https://wordpress.org/support/users/franos/)
 * (@franos)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971567)
 * [@rumlab](https://wordpress.org/support/users/rumlab/)
 * If I want to keep the title and remove the post count, what code should I use
   then?
 * Thanx
 * EDIT
    I’ve found out what. At album-compact.php remove the following:
 *     ```
       <?php if ($gallery->counter > 0) : ?>
       		<p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p>
       		<?php endif; ?>
       ```
   
 * _[Please post code snippets between backticks or use the code button.]_
 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971584)
 * Ok, Sixx, there are a couple of options, but first guess is to try this in your
   own css:
 *     ```
       .PostContent ul {
         padding:0;
         margin:0;
       }
       ```
   
 * (make a extra section underneath existing PostCentent class.
 * Best,
    Morten
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971586)
 * [@rumlab](https://wordpress.org/support/users/rumlab/),
 * There wasn’t an existing PostCentent class.
 * I placed your code at the bottom of the Extend album and the problem remained.
 * Previously I tried playing with the padding and margin in the Extend album section
   and I couldn’t remove the sliver of space about the thumbnail.
 * Could not having a PostCentent be causing me problems ?
 * Thank you again for taking the time to try and help me out. Very much appreciated.
 *  [rumlab](https://wordpress.org/support/users/rumlab/)
 * (@rumlab)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971588)
 * No problem 🙂
 * Its meant to go in your themes’ stylesheet.
 * /wp-content/themes/DoubleSixx/style.css
 * M
 *  Thread Starter [DoubleSixx](https://wordpress.org/support/users/doublesixx/)
 * (@doublesixx)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/#post-1971589)
 * [@rumlab](https://wordpress.org/support/users/rumlab/),
 * Oops I missed that part, and your own .css.
 * Pasted your code and it didn’t work either =(.
 * I thought this one woulda been handled in the nggallery.css.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/page/2/?output_format=md)

The topic ‘[Plugin: NextGEN Gallery] Remove Title’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 17 replies
 * 5 participants
 * Last reply from: [kamogawa32](https://wordpress.org/support/users/kamogawa32/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-title/page/2/#post-1971670)
 * Status: not resolved