Title: [Plugin: Portfolio Slideshow] remove slide numbers
Last modified: August 19, 2016

---

# [Plugin: Portfolio Slideshow] remove slide numbers

 *  Resolved [shuwid](https://wordpress.org/support/users/shuwid/)
 * (@shuwid)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/)
 * Let’s start by saying I love this plugin.
    Very nice!
 * I’ve got version 0.5.9 up and running and I’m trying to customize it a little
   bit. I tried to remove te slide number counter (next tot the Prev | Next buttons).
   Tried to remove lines 139-141 but if I do that the plugin doesn’t work anymore.
   I tried to understand the code but I couldn’t find out how it works exactly.
 * Anybody any suggestions?
 * [http://wordpress.org/extend/plugins/portfolio-slideshow/](http://wordpress.org/extend/plugins/portfolio-slideshow/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * (@daltonrooney)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/#post-1770581)
 * Probably the easiest way to do it (and the most future-proof) is to just add
 *     ```
       .slideshow-info {
       	display: none;
       }
       ```
   
 * to your style.css.
 * That way you don’t have to worry about upgrading the plugin and losing your changes.
 * Cheers,
    Dalton
 *  Thread Starter [shuwid](https://wordpress.org/support/users/shuwid/)
 * (@shuwid)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/#post-1770616)
 * Thanks!
 * Works like a charm!
    Solved!
 *  [cezareo](https://wordpress.org/support/users/cezareo/)
 * (@cezareo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/#post-1770988)
 * Hi there! I was wondering if you can remove ONLY the slide number counter (1 
   of 9). I have made the (next tot the Prev | Next buttons) to be transparent so
   that the pencils work as a previous | next button so I don’t those to be hidden.
   I hope that makes sense. Here is the sample page of the site:
    [http://nednorman.com/sketches/](http://nednorman.com/sketches/)
 * Thanks in advance!
 *  Plugin Contributor [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * (@daltonrooney)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/#post-1770989)
 * Cezareo,
    Yes, the CSS above is just for the slide counter. Just add it to your
   theme CSS and it should disable those numbers. It looks like you already figured
   it out? Nice integration with your theme, by the way.
 * Dalton
 *  [cezareo](https://wordpress.org/support/users/cezareo/)
 * (@cezareo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/#post-1770990)
 * I did figure it out, thanks :). Great plugin! Have a good week :).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Portfolio Slideshow] remove slide numbers’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/portfolio-slideshow_ffffff.svg)
 * [Portfolio Slideshow](https://wordpress.org/plugins/portfolio-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-slideshow/reviews/)

## Tags

 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 5 replies
 * 3 participants
 * Last reply from: [cezareo](https://wordpress.org/support/users/cezareo/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-portfolio-slideshow-remove-slide-numbers/#post-1770990)
 * Status: resolved