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"]
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?