Categories How to get rid of that text?

latte

Avatar: latte

2008-01-31 22:21

I dont need text "categories".

How to delete or make invisible in a easy way?

» Quick.Cms v2.x

latte

cgan

Avatar: cgan

2008-02-01 07:32

latte - on line 22 and 23 in config/lang_xx.php you'll find this:
$aMenuTypes[3] = 'Categories';
$aMenuTypes[4] = 'Producers';
Change them to what you want.
Or in templates/default.css find this below /* LEFT COLUMN STYLES */:
#column .type{padding:10px 0 0;background:inherit;color:#970000;font:normal 1.75em serif;}
change it to:
#column .type{padding:10px 0 0;background:inherit;color:#970000;font:normal 1.75em serif; display:none;}

cgan

cgan

Avatar: cgan

2008-02-01 07:55

latte - you can also in templates/menu3.tpl find this: <div class="type">$aData[sMenuType]</div> and delet it (or make it a comment). Maybe this is the best and easiest way.

cgan

latte

Avatar: latte

2008-02-01 09:03

cgan- Thanks!

This works:
in templates/default.css find this below /* LEFT COLUMN STYLES */:
#column .type{padding:10px 0 0;background:inherit;color:#970000;font:normal 1.75em serif;}
change it to:
#column .type{padding:10px 0 0;background:inherit;color:#970000;font:normal 1.75em serif; display:none;}

The other 2 did not work for me.

latte

Back to top
about us | contact