Title: Custom Field Count
Last modified: April 5, 2017

---

# Custom Field Count

 *  Resolved [projectoadamastor](https://wordpress.org/support/users/projectoadamastor/)
 * (@projectoadamastor)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/custom-field-count/)
 * Is there any option that allows to remove the counter that appears in the sidebar,
   next to the custom field’s designations?

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

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/custom-field-count/#post-8997085)
 * Hi project,
 * Can you send us the link to your website’s product catalogue page?
 *  Thread Starter [projectoadamastor](https://wordpress.org/support/users/projectoadamastor/)
 * (@projectoadamastor)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/custom-field-count/#post-8997246)
 * There you go:
    [http://projectoadamastor.org/catalogo/](http://projectoadamastor.org/catalogo/)
 * Basically, I want to avoid line breaks in the custom field named «Autor».
 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/custom-field-count/#post-8997346)
 * Hi project,
 * Here’s some CSS you can add to your Catalogue’s Custom CSS box:
 *     ```
       .prod-cat-sidebar-cf-value-div label.upcp-label span span {
           display: none;}
       ```
   
 * The above code will only effect the (#)s in the “Autor” section.
 * If you want to remove the (#)s from the “Autor” **and** “Colecção”, use this 
   code instead:
 *     ```
       .prod-cat-sidebar-category label span span,
       .prod-cat-sidebar-cf-value-div label.upcp-label span span  {
           display: none;}
       ```
   
    -  This reply was modified 9 years, 1 month ago by [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/).
 *  Thread Starter [projectoadamastor](https://wordpress.org/support/users/projectoadamastor/)
 * (@projectoadamastor)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/custom-field-count/#post-8997385)
 * That’s perfect, thanks again. Awesome plugin 😉

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

The topic ‘Custom Field Count’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-product-catalogue/assets/icon-128x128.png?rev=1805317)
 * [Ultimate Product Catalog](https://wordpress.org/plugins/ultimate-product-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-product-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-product-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-product-catalogue/reviews/)

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 4 replies
 * 2 participants
 * Last reply from: [projectoadamastor](https://wordpress.org/support/users/projectoadamastor/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/custom-field-count/#post-8997385)
 * Status: resolved