Title: Custom CSS Inquiry
Last modified: June 6, 2017

---

# Custom CSS Inquiry

 *  Resolved [Seeyay](https://wordpress.org/support/users/progress-is-knowledge/)
 * (@progress-is-knowledge)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-css-inquiry/)
 * Hi,
 * Excellent WP plugin. One request though; I would like to know how to hide the
   total number of pages.
 * Hiding e.g. “270” in the screenshot below.
 * [https://ibb.co/cyxXxa](https://ibb.co/cyxXxa)
 * Thank you!
 * Best regards,
 * Carl

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

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-css-inquiry/#post-9214986)
 * Hi Carl,
 * Please try to unmark the “Display ‘Page __ of __’ block” checkbox on the plugin
   settings page – [http://prntscr.com/fhv07a](http://prntscr.com/fhv07a).
 *  Thread Starter [Seeyay](https://wordpress.org/support/users/progress-is-knowledge/)
 * (@progress-is-knowledge)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-css-inquiry/#post-9215682)
 * Hi,
 * The checkbox “Display ‘Page __ of __’ block” is unmarked.
 * Do you perhaps have some CSS I could enter?
 * Thank you.
 * BR,
 * Carl
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/custom-css-inquiry/#post-9220687)
 * Hi,
 * To hide the total number of pages, go to the plugin settings page, open “Custom
   code” tab, mark the “Activate” option in the “Editing bws-custom-code.css” section,
   and add the following code:
 *     ```
       .page-numbers.dots+.page-numbers:last-of-type {
           display: none;
       }
       ```
   
 * Please let us know about the result.
 *  Thread Starter [Seeyay](https://wordpress.org/support/users/progress-is-knowledge/)
 * (@progress-is-knowledge)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/custom-css-inquiry/#post-9237717)
 * Hi,
 * You guys really are the best.
 * Thank you!
 * // Carl
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/custom-css-inquiry/#post-9240291)
 * Hi,
 * You’re welcome!
 * Feel free to contact our support team with any questions in future.
    Have a nice
   day!

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

The topic ‘Custom CSS Inquiry’ is closed to new replies.

 * ![](https://ps.w.org/pagination/assets/icon-256x256.gif?rev=2596128)
 * [Pagination by BestWebSoft - Customizable WordPress Content Splitter and Navigation Plugin](https://wordpress.org/plugins/pagination/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pagination/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pagination/)
 * [Active Topics](https://wordpress.org/support/plugin/pagination/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pagination/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pagination/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/custom-css-inquiry/#post-9240291)
 * Status: resolved