Trouble in CSS file

TINTIN

No avatar

2005-06-24 11:50

My CSS file seems not to work when opening a product.
In my webshop the body background colour i black, but when i open a product page i seems that my CSS does not work because i get no background color. It`s default whte..

BODY { font-family: verdana, sans-serif; font-size: 11px ; font-weight: normal; color: #000000; text-decoration: none; margin-top: 10px; background-color: #333333; }

Any tip would be great..

TINTIN

Ray Floyds

No avatar

2005-06-24 11:54

Do you have any example (screenshot) because I don't understand the problem.

www.quickcart.nl (SOON)

TINTIN

No avatar

2005-06-24 12:32

http://www.blekksmia.no

Try to open a product then you will se..

TINTIN

thomas

No avatar

2005-06-24 13:13

hello TINTIN,
in youre sourcecode on line 103 you write this:

<table cellpadding='3' cellspacing='1' bgcolor="#000000" class='tekst' style='border: 0px; width: 100%;'>

change to:

<table cellpadding='3' cellspacing='1' bgcolor="#333333" class='tekst' style='border: 0px; width: 100%;'>

or delite this bg-color and change some lines above:

<!--
body {
background-color: #FFFFFF;
}
-->

to:
<!--
body {
background-color: #333333;
}
-->

cheers thomas

Ray Floyds

No avatar

2005-06-24 13:15

I think you have to look in the products_xxxx.tp's the see what it's calling for style from the style.css.

It uses the
<code>
.product_list_foto { background-color: #f3f3f3; text-align: center; padding: 5px; border-bottom: 3px solid white; vertical-align: top; }
.product_list_data { background-color: #f3f3f3; padding: 5px; border-bottom: 3px solid white; vertical-align: top; }
.product_list_name { font-weight: bold; font-family: verdana, sans-serif; }
.product_list_category { font-size: 9px; color: #737373; }
.product_list_price { width: 75px; text-align: right; font-weight: bold; padding: 5px; }
.product_list_desc { padding: 5px; font-size: 10px }

.product_show_table { margin-left: 3px; }
.product_show_foto { margin-right: 5px; border: 2px solid #BBBBBB; }
.product_show_data { background-color: #f3f3f3; padding: 5px; border-bottom: 3px solid white; vertical-align: top; }
.product_show_name { font-weight: bold; font-family: verdana, sans-serif; font-size: 14px; }
.product_show_category { font-size: 9px; color: #737373; }
.product_show_price { text-align: right; font-weight: bold; padding: 5px; }
.product_show_desc { font-size: 10px }
</code>

So just edit the colors.

Hope this wil help u out a bit.

www.quickcart.nl (SOON)

Ray Floyds

No avatar

2005-06-24 13:16

oeps i was a bit to late with my reply.. ;-)

www.quickcart.nl (SOON)

TINTIN

No avatar

2005-06-24 14:17

Hmm.. Can`t se that this would change the body tag...?
I tought that all background parameters would only effect table backgrounds in the product definitions in the CSS file....

TINTIN

Back to top
about us | contact