Title: Styling Options
Last modified: April 11, 2017

---

# Styling Options

 *  Resolved [roussisr](https://wordpress.org/support/users/roussisr/)
 * (@roussisr)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-options-3/)
 * Hy, i have some questions concerning the styling of the catalogue.
 * 1.
    Is there a possibility to select in wich color the text is desplayed wich
   shows the price and the discount price?
 * 2.
    Is there a way to change the of the Thumbnail, List and Detail view of the
   catalogue? Can i select only one of the views to be displayed?
 * i’m now using the free trial version of the plugin and as the time is runing 
   out i need to know this points so i can decide if we should buy the plugin!
    
   Thank you very much!

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

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-options-3/#post-9019052)
 * Hi roussi,
 * 1. You can use custom CSS to change the color of the price. For example:
 *     ```
       .upcp-thumb-price {
       color: #f0a;
       }
       ```
   
 * If you wanted to isolate just the sale price, you could try something like the
   following:
 *     ```
       .amount[itemprop="offers"] span {
       color: #f0a !important;
       }
       ```
   
 * 2. As mentioned in the plugin FAQs, you can exclude specific layouts and set 
   the starting layout directly in the shortcode. For example:
 *     ```
       [product-catalogue id="X" starting_layout="Detail" excluded_layouts="Thumbnail,List"]
       ```
   
 *  Thread Starter [roussisr](https://wordpress.org/support/users/roussisr/)
 * (@roussisr)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-options-3/#post-9019299)
 * Thank you for your help, i managed the part with the starting layout, but if 
   i a add
 * .upcp-thumb-price {
    color: #ed7e21; }
 * to my custom css the color of the price is not changed….
    what did i possibly
   do wrong?
 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-options-3/#post-9023607)
 * Hi roussisr,
 * Can you send us the link to your page?

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

The topic ‘Styling Options’ 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

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

 * 3 replies
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/styling-options-3/#post-9023607)
 * Status: resolved