Hi Intac,
That should be possible with custom CSS, would you mind posting a link?
Sure, below is a link to the products page. You will notice the 4th product down is marked SOLD. I would like to be able to color the text red instead of blue when a product is sold.
http://www.blueballmachine.com/machinery/
Thank you,
Chad
Hi Intacdesign,
Try adding this to your Catalogue Custom CSS box:
div#prod-cat-price-5 {
color: red;
}
Hi there,
In connection with customizing css for price…In price section instead of just putting the price i put additional info such as “per person” but it overflows from the thumbnail…is it possible to change the css?
This is how it looks like
http://memberspage.sujatravel.com/tour-packages/
Hi GemmaUAE,
This should be possible using the Custom CSS box for the product catalogue. When I clicked on the link I didn’t see the overflow you mentioned, but it looks like you are close to resolving the issue. Good luck!
Hi…yes and thank you for the reply..i did some changes with Custom CSS
.upcp-thumb-item {
border: 1px solid #4d8aa9;
height: 450px; }
.upcp-thumb-price {
line-height: 25px;
width: 120px;}
.upcp-thumb-title {
padding: 5px 3px 5px;}
im still working on how to put .upcp-thumb-details-link at the bottom instead of float right
EtoileWebDesign,
The code you gave me is perfect! I will just enter this for each product ID that is marked as sold. One other question, is there some custom CSS to change the price color on the actual product page as well?
Thank you,
Chad
Hi Intac,
Glad to help.
You could try something like:
h3.prod-cat-addt-details-price {
color: red;}
But you may need to make it more specific to target it on only certain items.