![]() |
Table background colors
This is actually a stupid question, but for some reason I can't find the location of three tables that I need to change the background color on.
First is the catalog product thumbnails LOOK HERE Second and third are both under the product detail screen, one is the main product display and the other is the 'Send to a Friend' form at the bottom. LOOK HERE I just spent so many hours today adjusting images to fit the new background color that I'm having trouble thinking straight. Help is much appreciated as always! :) |
Hi,
Making changes for the first one should be at skin1/customer/main/products_t.tpl For the seconde one, you should edit, skin1/customer/main/product.tpl Create 2 classes in skin1.css For example, .products_back { BACKGROUND-COLOR: #FFFFFF; } .product_back { BACKGROUND-COLOR: #FFFFFF; } Call these 2 classes on your table or table row |
Perty close, but I'm still getting black borders around each item, and i don't want em. Check the links above again to see what I'm talking about. Is there a big table behind everything (maybe in one of the php files) that I can change to get all this stuff grey? Most of these tables by default don't have bgcolors anyways..
|
Still haveing trouble finding where that black border is coming from.
It almost looks like the table has a cellspace perameter and should be changed to a cellpad to allow the bgcolor to cover the entire back of the cells, but i can't find any cellpad or cellspace on any of them. |
Hi,
I think you should look at skin1/dialog.tpl Find do u have border="10/x" for a table in dialog.tpl. Set border="0" rather having anyother values. Hope it could solve your problem. |
messin with the dialog.tpl file i was able to get rid of most of the black borders in the product details except for the black space next to the "send to a friend" mod.
Didn't seem to have any effect on the borders in the catalog pages though. |
Hi,
Good to know you had some progress... now, skin1/customer/main/send_to_friend.tpl is the file that you should work around for.. Hope this also help to get rid of the blcak space... |
set table width to 100% and looks good.
Still need some help with the catalog page and the bottom portion of the checkout with shipping info. Also editing profile information. |
Hi,
For managing profile, The files you should look at, 1) skin1/customer/main/register.tpl 2) skin1/main/register_contact_info.tpl 3) skin1/main/register_personal_info.tpl 4) skin1/main/register_shipping_address.tpl 5) skin1/main/register_billing_address.tpl 6) skin1/main/register_account.tpl 7) skin1/main/register_additional_info.tpl The last 2 are least preferred. For checkout page, look at skin1/customer/main/checkout.tpl If you specify the more scenario with the testing username, will be glad to help you. |
All times are GMT -8. The time now is 09:24 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.