• Resolved roussisr

    (@roussisr)


    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)
  • 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

    (@roussisr)

    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?

    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.