customize options title
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=4499
Printed Date: 13-July-2025 at 9:23pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: customize options title
Posted By: demrick
Subject: customize options title
Date Posted: 19-May-2011 at 11:16pm
Can anyone guide me with how to change the color of options titles for apparel products? Which css file to look in and where in the css file.
Thanks
|
Replies:
Posted By: DevDuo
Date Posted: 26-May-2011 at 10:46am
Could you provide a link to an affected page and a screenshot or more detailed explanation of which title you are referring to?
Regards, Ted
------------- http://www.devduo.com - Website Design - Pittsburgh, PA - DevDuo
|
Posted By: demrick
Date Posted: 26-May-2011 at 11:27am
Hi Ted
Thanks for responding. Here is a screenshot with the option titles circled. I would like to be able to change the color so they are more noticeable. On some products with longer descriptions the space is closer as it seems there is a finite amount of space for description which would be another thing that I would like to fix.


|
Posted By: DevDuo
Date Posted: 26-May-2011 at 12:43pm
It appears the option labels don't have a particular class associated with them.
They thus seem to inherit the properties of the containing DIV which I believe traces back to pcmain.
The best way to tackle this would be to edit the code so that the option labels had a unique class name and then define the unique class in your css file.
As the option labels and fields are dynamically generated on the page, you would need to edit the code that generates the html shown on the viewprd.asp page.
In regard to the space, the easiest way to tell would be to view your actual page in my browser.
Take care, Ted
------------- http://www.devduo.com - Website Design - Pittsburgh, PA - DevDuo
|
Posted By: demrick
Date Posted: 30-May-2011 at 10:44pm
Sorry for the late response Ted. Thanks for explaining that. I think I will get in touch with you via your website.
Thanks again
|
|