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)
-   -   Boring Catagory boxes (https://forum.x-cart.com/showthread.php?t=12215)

mfcopier 02-16-2005 05:27 AM

Boring Catagory boxes
 
l have tried to alter the x-cart css file as much as l can, im not to good with html

How can l make the catagory boxes look different you know not square
rounded edges etc

And those tabs at the top far to bulky and err! GREY

Help please

Sorry got no gif or jpeg images

Garry[/url]

Alltribes 02-16-2005 05:38 AM

http://forum.x-cart.com/viewtopic.php?t=16384&highlight=rounded

There's a post about how to round the corners.

mrbiggles 02-16-2005 05:59 AM

hello
I found a mod on this forum that does this
(makes the speed bar a bit more elegant).

www.creydall.com/coby to see the mod.

Maybe someone here recognises the handywork and can point you to the correct thread.

mfcopier 02-16-2005 06:05 AM

speed barr
 
Mmm looks like plain text to me ????

Garry

mrbiggles 02-16-2005 06:12 AM

with the extra deluxe vertical seperators :D and dual adw's
I still think it looks better than those monsterous things that come with the default settings.
Regards Adam

Serra 02-22-2005 05:17 PM

The first thing I do is remove those tabs. Waste of time. Boxes are better
http://www.promotingoutstandingwriters.com/xcart/customer/home.php

The code breaks it into two lines. Note very sharp programming, but it works.


Code:

<table border=0 cellpadding=0 cellspacing=0>
{if $speed_bar}
<tr>
<td valign=top align=right>
<table border=* cellpadding=0 cellspacing=0>
<tr>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<td>{include file="customer/tab.tpl" tab_title="`$speed_bar[sb].title`"}</td>
{if $smarty.section.sb.index ne 1 and $smarty.section.sb.index ne 3}
<td width=1>[img]{$ImagesDir}/spacer.gif[/img]</td>
{/if}
{* uadded smarty loop to split line *}
{if $smarty.section.sb.index==1}
</tr>
<tr>
{/if}
{/if}
{/section}
</tr>
</table>
</td>
</tr>
{/if}
<tr>
<td height=35 align=center class=HeadText>
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}</td>
</tr>
</table>


mfcopier 02-23-2005 12:23 AM

Crappy Tabs
 
Where do you put the code??

Garry

balinor 02-23-2005 03:08 AM

Probably in customer/top_menu.tpl


All times are GMT -8. The time now is 01:59 PM.

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