Title: Side Menu Formatting
Last modified: August 21, 2016

---

# Side Menu Formatting

 *  Resolved [perryborrelli](https://wordpress.org/support/users/perryborrelli/)
 * (@perryborrelli)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/side-menu-formatting/)
 * Hi, I firstly wanted to thank you for creating such an easy to use and functional
   plugin for product display. I tried many other, all which were far less functional
   and comprehensible than WP Catalogue. However, I have a few questions: first,
   is there any way to customize the side menu? As you can see on my site, (accessoryresourcegallery.
   com) there seems to be a formatting problem as the menu items/categories are 
   oddly shaped. FYI, I have very little knowledge of coding.
    Also, is there any
   way to display a title of the products once they are clicked on? All I can see
   is the product description and not a main title above the photo.
 * Sorry for all the questions, as you can tell I’m not great at this!
    Thanks
 * [http://wordpress.org/plugins/wp-catalogue/](http://wordpress.org/plugins/wp-catalogue/)

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

 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/side-menu-formatting/#post-4030812)
 * No worries, always happy to help.
 * Ok in your case I think the side menu rollover is getting pushed slightly out
   of place due to some css in your theme (padding) on the text. Probably the easiest
   way to resolve this is add this css to your theme:
 *     ```
       #wpc-col-1 ul li a:hover, #wpc-col-1 ul li.active-wpc-cat a {
       	background: #B22222 !important;
       }
       ```
   
 * This will kill 2 birds with one stone too > it will change the colour of your
   rollovers to red to match your logo, and it will remove that triangular tip to
   the rollover which is what’s making it look a but jagged. You can do the same
   colour change of the border on the images:
 *     ```
       .wpc-img:hover {
       	border: 5px solid #B22222 !important;
       }
       ```
   
 * Now your second question about product titles…. no it was a bit of an oversight–
   I didn’t give a way to show a title. In next release I’m fixing that up so instead
   of “Product Detail” it can be the image title if you want.
 * Hope this helps, oh and if you like the plugin it is really helpful if you can
   give a [rating/review here](http://wordpress.org/support/view/plugin-reviews/wp-catalogue).
   Thanks! 🙂
 *  Thread Starter [perryborrelli](https://wordpress.org/support/users/perryborrelli/)
 * (@perryborrelli)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/side-menu-formatting/#post-4030929)
 * Hi Maeve,
 * Thanks for the help you gave me, it worked really well and looked good. Unfortunately
   as you can see on my website (accessoryresourcegallery.com) once I updated to
   version 1.7, something happened to the formatting – any way I can change it back
   to the red side menu and borders?
 * Thanks again!
    Aidan
 *  Thread Starter [perryborrelli](https://wordpress.org/support/users/perryborrelli/)
 * (@perryborrelli)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/side-menu-formatting/#post-4030930)
 * Problem solved! I was unaware that you can now add your own theme color. Nice
   Work!
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/side-menu-formatting/#post-4030931)
 * haha no worries Aidan, glad you like the new colour picker feature 🙂

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

The topic ‘Side Menu Formatting’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-catalogue_adaa98.svg)
 * [WP Catalogue](https://wordpress.org/plugins/wp-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-catalogue/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/side-menu-formatting/#post-4030931)
 * Status: resolved