![]() |
CSS Conflict... help! |
Post Reply ![]() |
Author | |
Westbrass ![]() Newbie ![]() Joined: 06-March-2008 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 20-March-2008 at 5:58pm |
http://67.199.47.96/store/pc/home.asp I have gone over our Header, Footer and SmallSearchBox.asp, line by line. I am using pcStorefront.css as our style sheet. The only text that I have defined as white (#ffffff) is our links, because they are on black or gray back backgrounds. But no matter what, the h1 header and body text appears white... Any ideas? |
|
Stan Hoskins
Westbrass |
|
![]() |
|
netprofits ![]() Certified ProductCart Developers ![]() Joined: 05-January-2006 Location: United States Status: Offline Points: 22 |
![]() ![]() ![]() ![]() ![]() |
In pcStoreFront.css you have this definition: .pcMainTable { .pcMainTable h1 { |
|
![]() |
|
Westbrass ![]() Newbie ![]() Joined: 06-March-2008 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Are you saying I should remove the color definition in .pcMainTable? And should I remove or change font-color to font? Thanks for your time! |
|
Stan Hoskins
Westbrass |
|
![]() |
|
Greg Dinger ![]() Certified ProductCart Developers ![]() ![]() Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
![]() ![]() ![]() ![]() ![]() |
<<<It should be color, not font-color>>> color: #000000; |
|
![]() |
|
Westbrass ![]() Newbie ![]() Joined: 06-March-2008 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Thank you! While that issue is resolved, I just noticed This page: http://67.199.47.96/store/pc/viewPrd.asp?idcategory=&idp roduct=1 The product details text is white. I'm not sure what CSS guide to fix/change... Any ideas? |
|
Stan Hoskins
Westbrass |
|
![]() |
|
netprofits ![]() Certified ProductCart Developers ![]() Joined: 05-January-2006 Location: United States Status: Offline Points: 22 |
![]() ![]() ![]() ![]() ![]() |
The easiest way to find styles is to view the page in your browser and then choose View Source to see the actual HTML code. Search for the text you want to modify the style for and see what class or id is associated with it. If the text is in the content of the page, then the class is in the pcStoreFront.css file. If it is in the header or footer then it is in the pcHeaderFooter.css file. |
|
![]() |
|
Hamish ![]() Admin Group ![]() Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
![]() ![]() ![]() ![]() ![]() |
I highly recommend Firefox with the Web Developer add-on - It has great tools for examining - and even editing your CSS on the fly, obviously non-permanent changes - but you can then save the resulting CSS file when your happy with it.
|
|
![]() |
|
Westbrass ![]() Newbie ![]() Joined: 06-March-2008 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Thanks, I'll look into it.
|
|
Stan Hoskins
Westbrass |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |