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)
-   -   category menu help (https://forum.x-cart.com/showthread.php?t=36182)

kvedros@cox.net 12-14-2007 10:17 AM

category menu help
 
Is there a way to add a border around my category names?

balinor 12-14-2007 10:25 AM

Re: category menu help
 
Sure, you can use CSS to style the text however you like :) This is standard CSS for how to add a border:

border: 1px solid #000000;

Use whatever you wish to achieve the style, color and size you are after.

jdiehl 12-14-2007 10:25 AM

Re: category menu help
 
There are lots of ways to do this you could implement CSS. You could even change the code in the /skin1/customer/categories.tpl file to make sure each category is a cell and put a border around that.

It all depends on what you want to do, that decides the best method to do it.

Also, your signature says you are running version 4.1.3. But I believe on both of your stores you've applied the upgrade so you should change your signature to 4.1.9

kvedros@cox.net 12-14-2007 10:34 AM

Re: category menu help
 
Balinor
I did add a border in css but it does not go accross the box for some reason. See www.archturnings.com/home.php.

Jason
Yes I need to change my sig as soon as I figure out to eliminate my email address from showing in the forumn posts.

I'll have to look at changing the categorie.tpl into a cell.

balinor 12-14-2007 10:36 AM

Re: category menu help
 
Add:

display: block;

to whatever class you are using for the category <div>

kvedros@cox.net 12-14-2007 10:44 AM

Re: category menu help
 
Thank you. Will give it a whirl

jdiehl 12-14-2007 10:48 AM

Re: category menu help
 
I don't think you'll be able to remove the email address from your posts. It has to do with a display name that you choose when you created the account. And X-Cart doesn't have any way of changing it that I know of. I even tried changing my regular email address for notifications and couldn't do that either.

kvedros@cox.net 12-14-2007 10:59 AM

Re: category menu help
 
Thanks Jason


All times are GMT -8. The time now is 06:10 AM.

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