Title: CSS help
Last modified: August 31, 2016

---

# CSS help

 *  Resolved [monikabolling](https://wordpress.org/support/users/monikabolling/)
 * (@monikabolling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-help-61/)
 * Hello,
    Great plugin. Am trying to make some changes in sidebar. I want to change
   text “Sub-Categories:” to “something else” and “Categories:” text to be hidden,
   and “Product Name:” above the search field to be hidden.
 * Can you help me with this?
 * Thank you for this plugin, I really thinking to buy premium. 🙂
 * [https://wordpress.org/plugins/ultimate-product-catalogue/](https://wordpress.org/plugins/ultimate-product-catalogue/)

Viewing 1 replies (of 1 total)

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/css-help-61/#post-7252780)
 * Hi Monika,
 * In the premium version, you would have access to the “Labelling” area of the “
   Options” tab, which would allow you to change the wording for labels, such as
   the Sub-Categories one you mentioned.
 * One alternative to this, which you could do while using the free version, would
   be to create new translation files (i.e. “.mo” and “.po” files) that have the
   labelling as you want it.
 * You can hide the Categories heading by adding the following code to the “Custom
   CSS” box for your catalog (found by going to the “Catalogues” tab and clicking
   on the catalog you want):
 *     ```
       .prod-cat-sidebar-cat-title {
       display: none;
       }
       ```
   
 * You can’t hide just the Product Name label, but you can hide the label and the
   search box by adding the following code:
 *     ```
       .prod-cat-text-search {
       display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘CSS help’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/css-help-61/#post-7252780)
 * Status: resolved