X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Design element removal (https://forum.x-cart.com/showthread.php?t=13313)

mmaner 04-08-2005 10:31 AM

Design element removal
 
I have a skin I bought from 7dana that I want to change.

If you look at wittrans.com/ecart right below head.tpl there this thin whight line that runs horizontally accross the page. I have looked through every TPL I can find that is related to the skin and even redid the CSS thinking it might be in there. No luck so far. Any1 have any ideas?

balinor 04-08-2005 11:42 AM

Might want to ask 7dana directly, as we can't see your templates or style sheets.

TTP 04-08-2005 12:31 PM

From your stylesheet, I see this style defined:

Code:

.HeadLine  { color: #ffffff; background-color: #404a55; padding: 4px; border-top: 5px solid #ffffff }

Removal of the border-top stuff I think will remove that white bar.

So you will be left with this:

Code:

.HeadLine  { color: #ffffff; background-color: #404a55; padding: 4px }

Cheers,

~Regs.

mmaner 04-08-2005 12:39 PM

you da man m8 :) - thx

balinor 04-08-2005 12:41 PM

Of course, if you leave your templates and directories wide open I guess we CAN see them. :) Be sure to set your permissions properly before you go live so that people can't just log on and see a directory of your files like I just did...

TTP 04-08-2005 12:42 PM

No problem!

Good luck with the site!

mmaner 04-08-2005 12:48 PM

should I set the whole directory to 655 or just the skin directory?

balinor 04-08-2005 12:49 PM

http://forum.x-cart.com/viewtopic.php?t=1237

mmaner 04-08-2005 12:56 PM

I'm a bit worried now, the only thing I found out of place is that I hadn't renamed instalal.php (done now). The permissions look correct as far as I can tell.

Jon 04-08-2005 01:54 PM

This may help:

http://www.websitecm.com/store/customer/product.php?productid=74&cat=0&page=1


All times are GMT -8. The time now is 02:27 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.